merlin747
Sat 3rd Nov '01, 10:33pm
In private2.php (VBulletin 2.03) the $touserinfo[] array is used... but when calling mail() it is misspelled as $touserinfoinfo[]
(approximately line 486)
Kelly
------------------------------------------
// check pm quotas
if (($pmquota > 0) && ($touserinfo[usergroupid] != 6)
<SNIP>
mail($touserinfoinfo[email],$email_subject,$email_message,"From: \"$bbtitle Mailer\" <$webmasteremail>");
$errormessages .= "<li>$touserinfo[username] <smallfont>($touserinfo[messagecount] messages in folder)</smallfont></li>";
// go straight to the next recipient in the list
continue;
}
} // end check quotas
(approximately line 486)
Kelly
------------------------------------------
// check pm quotas
if (($pmquota > 0) && ($touserinfo[usergroupid] != 6)
<SNIP>
mail($touserinfoinfo[email],$email_subject,$email_message,"From: \"$bbtitle Mailer\" <$webmasteremail>");
$errormessages .= "<li>$touserinfo[username] <smallfont>($touserinfo[messagecount] messages in folder)</smallfont></li>";
// go straight to the next recipient in the list
continue;
}
} // end check quotas