diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-26 13:07:15 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-26 13:07:15 +0000 |
commit | 599a5964c064978b15653b05c4709f2c72943bb2 (patch) | |
tree | 65042295f53fde1987e4a6d3074f9aea513b4117 /phpBB/includes/acp/auth.php | |
parent | 4dc5afd639deb192051f5aab03b5a1bbb9d11367 (diff) | |
download | forums-599a5964c064978b15653b05c4709f2c72943bb2.tar forums-599a5964c064978b15653b05c4709f2c72943bb2.tar.gz forums-599a5964c064978b15653b05c4709f2c72943bb2.tar.bz2 forums-599a5964c064978b15653b05c4709f2c72943bb2.tar.xz forums-599a5964c064978b15653b05c4709f2c72943bb2.zip |
we do not have such a constant. :P
git-svn-id: file:///svn/phpbb/trunk@7953 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/auth.php')
-rw-r--r-- | phpBB/includes/acp/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
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... |