diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-23 23:02:02 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-23 23:02:02 +0000 |
commit | 8523870f8e55c5e170529a68eec6a93b0059d5a2 (patch) | |
tree | 4c0ba213ae980d0da6eaf103560ecf35911988e1 | |
parent | f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e (diff) | |
download | forums-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.php | 2 | ||||
-rw-r--r-- | 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)) { |