PDA

View Full Version : [fixed] typo in private2.php


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

tubedogg
Sat 3rd Nov '01, 10:51pm
Verified in 2.2, moving to Bugs...

Freddie Bingham
Sun 4th Nov '01, 2:05am
This has already been fixed.

Black Tiger
Sun 4th Nov '01, 4:06pm
Do a search on touserinfoinfo, the typo is twice present in this file.

Tolitz
Sun 4th Nov '01, 5:13pm
Yep, saw this too...