From 8523870f8e55c5e170529a68eec6a93b0059d5a2 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 23 Feb 2001 23:02:02 +0000 Subject: *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@36 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') 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)) { -- cgit v1.2.1