1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Comment prefs and some jquery fixes on the prefs page.

This commit is contained in:
CaMer0n
2012-06-17 10:27:09 +00:00
parent 5032fe7e84
commit e68c582e5b
6 changed files with 49 additions and 13 deletions

View File

@@ -122,7 +122,7 @@ if(e_AJAX_REQUEST) // TODO improve security
$row['user_id'] = USERID;
$row['user_name'] = USERNAME;
$row['comment_datestamp'] = time();
$row['comment_blocked'] = (vartrue($pref['comments_moderate']) ? 2 : 0);
$row['comment_blocked'] = (check_class($pref['comments_moderate']) ? 2 : 0);
$width = ($pid) ? 5 : 0;