mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
space, where art thou?
git-svn-id: file:///svn/phpbb/trunk@7979 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2915ba1a5a
commit
a2d1a8706f
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ class auth
|
||||||
// Since this function is not called that often (we are caching the data) we check for this inconsistency.
|
// Since this function is not called that often (we are caching the data) we check for this inconsistency.
|
||||||
$sql = 'SELECT forum_id
|
$sql = 'SELECT forum_id
|
||||||
FROM ' . FORUMS_TABLE . '
|
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);
|
$result = $db->sql_query($sql);
|
||||||
|
|
||||||
$forum_ids = (isset($hold_ary[0])) ? array(0) : array();
|
$forum_ids = (isset($hold_ary[0])) ? array(0) : array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue