PDA

View Full Version : hmmz vbulletin bug ?



DelphiVillage
Mon 9th Jan '06, 11:42am
hi people,

I'm trying to send an email through a vbulletinhook.But the email is never sended and i cannot figure out whatt he (hell) is wrong with this code

in the hook report_send_email



if(!$vbulletin->options['postreports_enbaled'] || ($vbulletin->options['postreports_enbaled'] && $vbulletin->options['postreports_alsoemail']))
{
eval(fetch_email_phrases('reportbadpost',$email_la ngid));
vbmail($moderator['email'],$subject,$message,true);
}
else
{
$moderator['email'] = null;
}


no errors at all but no mails either ...

Zachery
Mon 9th Jan '06, 3:14pm
Post a bug report?

DelphiVillage
Mon 9th Jan '06, 3:27pm
Post a bug report?

i did here (http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=2088)

hope i didn't made an error :D