1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +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

@@ -615,7 +615,7 @@ class comment
'comment_author_email' => $tp->toDB($cuser_mail),
'comment_datestamp' => $_t,
'comment_comment' => $comment,
'comment_blocked' => (vartrue($pref['comments_moderate']) ? 2 : 0),
'comment_blocked' => (check_class($pref['comments_moderate']) ? 2 : 0),
'comment_ip' => $ip,
'comment_type' => $tp->toDB($type, true),
'comment_lock' => 0 //Not locked by default