Same here error at the top of the userCP page when a user tries to change their email.... come on please fix this.
------------
Gabriel will your fix of
function Cleaning($type,$code) {
global $vbulletin;
switch($type)
{
case 'free':
$vbulletin->db->query_write("DELETE FROM ". TABLE_PREFIX . "nlp_vmail WHERE code = '".$code."'");
}
}
fix this? If yes where in the plugin do we insert it TOP or at the bottom??????????
My error is
Parse error: syntax error, unexpected T_STRING, expecting T_PAAMAYIM_NEKUDOTAYIM in /home/name/public_html/profile.php(182) : eval()'d code on line 359
|