From 8523870f8e55c5e170529a68eec6a93b0059d5a2 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 23 Feb 2001 23:02:02 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@36 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 2 +- phpBB/viewforum.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/index.php b/phpBB/index.php index 86e191a328..8d407707d5 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -27,8 +27,8 @@ include('template.inc'); include('functions/sessions.'.$phpEx); include('functions/auth.'.$phpEx); include('functions/functions.'.$phpEx); -include('db.'.$phpEx); include('functions/error.'.$phpEx); +include('db.'.$phpEx); $total_users = get_user_count($db, $users_table); $total_posts = get_total_posts($db, $forums_table); diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index d1a69cf156..03368d71b8 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -27,8 +27,8 @@ include('template.inc'); include('functions/sessions.'.$phpEx); include('functions/auth.'.$phpEx); include('functions/functions.'.$phpEx); -include('db.'.$phpEx); include('functions/error.'.$phpEx); +include('db.'.$phpEx); if(isset($forum_id)) {