mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
Abandon ship! Abandon ship!
git-svn-id: file:///svn/phpbb/trunk@4659 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c5ee8b8c49
commit
947f0d6c19
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue