Abandon ship! Abandon ship!

git-svn-id: file:///svn/phpbb/trunk@4659 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-11-10 14:22:41 +00:00
parent c5ee8b8c49
commit 947f0d6c19

View file

@ -75,7 +75,7 @@ class ucp_zebra extends module
if ($add) if ($add)
{ {
$sql = 'SELECT user_id, user_permissions, user_founder $sql = 'SELECT user_id, user_permissions
FROM ' . USERS_TABLE . ' FROM ' . USERS_TABLE . '
WHERE username IN (' . $add . ')'; WHERE username IN (' . $add . ')';
$result = $db->sql_query($sql); $result = $db->sql_query($sql);
@ -93,7 +93,7 @@ class ucp_zebra extends module
if ($mode == 'foes') if ($mode == 'foes')
{ {
$perms = array(); $perms = array();
foreach (discover_auth($user_id_ary, array('a_', 'm_') as $forum_id => $forum_ary) foreach (discover_auth($user_id_ary, array('a_', 'm_')) as $forum_id => $forum_ary)
{ {
foreach ($forum_ary as $auth_option => $user_ary) foreach ($forum_ary as $auth_option => $user_ary)
{ {