
11-29-2005, 08:29 PM
|
 |
|
|
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Psionic Vision
I think I know what the problem is.
In invites.php, try replacing:
PHP Code:
vbmail($destemail, $subject, $message, false, $vbulletin->GPC['email'], '', $name);
With
PHP Code:
vbmail($destemail, $subject, $message, true, $vbulletin->GPC['email'], '', $name);
And tell me if that helps 
|
Mine says true already. =\
|