
11-20-2002, 12:45 AM
|
 |
|
|
Join Date: May 2002
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by g-force2k2
mheinemann open up the warn.php
find:
PHP Code:
(NULL, '$userid', '$userid', '$bbuserinfo[userid]', '$pmsubject', '$pmmsg', '".time()."', '0', '0', '0', '0', '1')");
and replace with this:
PHP Code:
(NULL, '$userid', '$userid', '$bbuserinfo[userid]', '$pmsubject', '".addslashes($pmmsg)."', '".time()."', '0', '0', '0', '0', '1')");
see if that fixes your current dilemma... regards...
partang2 pm me your functions.php file... regards...
g-force2k2
|
Thanks alot!! I had to put an addslashes to $pmsubject too, but that fixed it. Everything works now!
|