1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Permission changes, updates admin functions, indented jumpboxes ... note that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually

git-svn-id: file:///svn/phpbb/trunk@2942 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-10-08 20:06:55 +00:00
parent c0a0d11d08
commit 64aee6d171
7 changed files with 484 additions and 386 deletions

View File

@@ -45,12 +45,12 @@ foreach ($forum_rows as $row)
unset($stored_cat);
}
if ($auth->get_acl($forum_id, 'forum', 'list'))
if ($auth->acl_get('f_list', $forum_id))
{
switch ($forum_status)
{
case ITEM_CATEGORY:
$folder_image = $theme['forum_locked'];
$folder_image = $theme['sub_forum'];
$folder_alt = $lang['Category'];
break;