Quote:
Originally Posted by tekguru
Just looked at the plugins, the only ones are:
Current User Update
Global Bounce Headers
Main
Options Processing
Required
Update Valid Email
and the nearest I can fine is:
Code:
if($vbulletin->GPC['email'] != $vbulletin->userinfo['email']){
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET bounced = '0', usergroup = reminder_oldgroup WHERE userid = '" . $vbulletin->userinfo['userid'] . "'");
}
in 'Update Valid Email'...
Confused?
|
yeh, sorry - that is the one.
i dont have the code to hand so i cant check if there are any more instances of that..but i think that's the only bit you need to change..