Plugin: Invitation Userdata 2
PHP Code:
$this->dbobject->query_write("DELETE FROM " . TABLE_PREFIX . "invitation
WHERE user = " . $this->existing['userid'] . " ");
Causes:
Parse error: syntax error, unexpected T_STRING in /home/******/public_html/includes/class_dm_user.php(2243) : eval()'d code on line 1
Reference:
http://www.vbulletin.com/forum/proje...?issueid=26143
Tested with plugin turned off and the delete user functions correctly.
Is there a fix?
Thanks,
Itworx4me