1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00
git-svn-id: file:///svn/phpbb/trunk@5920 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-05-17 16:26:54 +00:00
parent 6a1591f2be
commit 7ba89a0b2d
5 changed files with 13 additions and 10 deletions

View File

@@ -38,6 +38,7 @@ class auth_admin extends auth
$result = $db->sql_query($sql);
$global = $local = 0;
$this->acl_options = array();
while ($row = $db->sql_fetchrow($result))
{
if ($row['is_global'])