hi,
Well i don't get it where the hell is my dateline ?????? it's in the database show ......
PHP Code:
$db->query_first("INSERT INTO " . TABLE_PREFIX . "postreport(postid,userid,reporttext,status,dateline)VALUES($postid,$userid,'" .addslashes(htmlspecialchars_uni($reason)) . "',0," . TIMENOW . ")");
ok need a break now :speechless:
problem with timestamps solved all is working except for the thing "user comment" for some reason i didn't found yet that is staying empty
PHP Code:
$db->query_first("INSERT INTO " . TABLE_PREFIX . "postreport(postid,userid,reporttext,status,dateline)VALUES($postid,$userid,'" .addslashes(htmlspecialchars_uni($reason)) . "',0," . TIMENOW . ")");
htmlspecialchars_uni is still supported according to
http://members.vbulletin.com/api so why on earth is that staying empty ??