aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-29 11:48:39 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-29 11:48:39 +0000
commita2d1a8706f822be3bc49cb96a2c8e65907b8324a (patch)
tree4283a110293a6dffb0d95eeb8246bbdfd37ebd44 /phpBB/includes/auth.php
parent2915ba1a5a4c9e543e770cc693791aa867e536e3 (diff)
downloadforums-a2d1a8706f822be3bc49cb96a2c8e65907b8324a.tar
forums-a2d1a8706f822be3bc49cb96a2c8e65907b8324a.tar.gz
forums-a2d1a8706f822be3bc49cb96a2c8e65907b8324a.tar.bz2
forums-a2d1a8706f822be3bc49cb96a2c8e65907b8324a.tar.xz
forums-a2d1a8706f822be3bc49cb96a2c8e65907b8324a.zip
space, where art thou?
git-svn-id: file:///svn/phpbb/trunk@7979 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/auth.php')
-rw-r--r--phpBB/includes/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth.php b/phpBB/includes/auth.php
index 08c8c89caa..de9cc9bac7 100644
--- a/phpBB/includes/auth.php
+++ b/phpBB/includes/auth.php
@@ -349,7 +349,7 @@ class auth
// Since this function is not called that often (we are caching the data) we check for this inconsistency.
$sql = 'SELECT forum_id
FROM ' . FORUMS_TABLE . '
- WHERE ' . $db->sql_in_set('forum_id', array_keys($hold_ary),false, true);
+ WHERE ' . $db->sql_in_set('forum_id', array_keys($hold_ary), false, true);
$result = $db->sql_query($sql);
$forum_ids = (isset($hold_ary[0])) ? array(0) : array();