aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-02-23 23:02:02 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-02-23 23:02:02 +0000
commit8523870f8e55c5e170529a68eec6a93b0059d5a2 (patch)
tree4c0ba213ae980d0da6eaf103560ecf35911988e1
parentf8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e (diff)
downloadforums-8523870f8e55c5e170529a68eec6a93b0059d5a2.tar
forums-8523870f8e55c5e170529a68eec6a93b0059d5a2.tar.gz
forums-8523870f8e55c5e170529a68eec6a93b0059d5a2.tar.bz2
forums-8523870f8e55c5e170529a68eec6a93b0059d5a2.tar.xz
forums-8523870f8e55c5e170529a68eec6a93b0059d5a2.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@36 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/index.php2
-rw-r--r--phpBB/viewforum.php2
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))
{