aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/auth.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-26 13:07:15 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-26 13:07:15 +0000
commit599a5964c064978b15653b05c4709f2c72943bb2 (patch)
tree65042295f53fde1987e4a6d3074f9aea513b4117 /phpBB/includes/acp/auth.php
parent4dc5afd639deb192051f5aab03b5a1bbb9d11367 (diff)
downloadforums-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.php2
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...