1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Notice removals

This commit is contained in:
Tijn Kuyper
2012-12-16 12:28:28 +01:00
parent 9217a078fd
commit 57dbc89d18
14 changed files with 102 additions and 99 deletions

View File

@@ -136,7 +136,7 @@ if (isset($id))
exit;
}
if($pref['profile_comments'])
if(vartrue($pref['profile_comments']))
{
require_once(e_HANDLER."comment_class.php");
$comment_edit_query = 'comment.user.'.$id;