From 599a5964c064978b15653b05c4709f2c72943bb2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 26 Jul 2007 13:07:15 +0000 Subject: we do not have such a constant. :P git-svn-id: file:///svn/phpbb/trunk@7953 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/acp/auth.php b/phpBB/includes/acp/auth.php index a5b6dba520..b5ae092954 100644 --- a/phpBB/includes/acp/auth.php +++ b/phpBB/includes/acp/auth.php @@ -830,7 +830,7 @@ class auth_admin extends auth $sql = "DELETE FROM $table WHERE $forum_sql AND $ug_id_sql - AND ". $db->sql_in_set(auth_option_id, $auth_option_ids); + AND " . $db->sql_in_set('auth_option_id', $auth_option_ids); $db->sql_query($sql); // Remove those having a role assigned... the correct type of course... -- cgit v1.2.1