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