mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Abandon ship! Abandon ship!
git-svn-id: file:///svn/phpbb/trunk@4659 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user