From 18e184aba8750f03b0225fa7e5d54e2b06cf6acd Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 16 Feb 2002 15:04:42 +0000 Subject: [PATCH] Fixed <> vs != problem with MSSQL, missed this one git-svn-id: file:///svn/phpbb/trunk@2169 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/index.php b/phpBB/index.php index 46d2c0bd9d..d89158d013 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -230,7 +230,7 @@ if( ( $total_categories = count($category_rows) ) ) FROM " . AUTH_ACCESS_TABLE . " aa, " . USER_GROUP_TABLE . " ug, " . GROUPS_TABLE . " g WHERE aa.auth_mod = " . TRUE . " AND g.group_single_user = 0 - AND g.group_type != " . GROUP_HIDDEN . " + AND g.group_type <> " . GROUP_HIDDEN . " AND ug.group_id = aa.group_id AND g.group_id = aa.group_id GROUP BY g.group_id, g.group_name, aa.forum_id