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

Well, here are all my changes ... don't blame me if things break :D

git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-10-04 13:09:10 +00:00
parent b5bbc005a5
commit 30aeac65dc
63 changed files with 2217 additions and 2728 deletions

View File

@@ -44,8 +44,8 @@ foreach ($forum_rows as $row)
));
unset($stored_cat);
}
if ($acl->get_acl($forum_id, 'forum', 'list'))
if ($auth->get_acl($forum_id, 'forum', 'list'))
{
switch ($forum_status)
{