aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-08-23 15:55:13 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-08-23 15:55:13 +0000
commitf1bc3ef37fc07c9226c7f99739f2f89207449ffe (patch)
tree89bbe49ef6ae229a7eb12e578bbc53ed533f2d87 /phpBB/viewtopic.php
parent4ff00f40803d2ea07cc081a4360635ca3480b5c3 (diff)
downloadforums-f1bc3ef37fc07c9226c7f99739f2f89207449ffe.tar
forums-f1bc3ef37fc07c9226c7f99739f2f89207449ffe.tar.gz
forums-f1bc3ef37fc07c9226c7f99739f2f89207449ffe.tar.bz2
forums-f1bc3ef37fc07c9226c7f99739f2f89207449ffe.tar.xz
forums-f1bc3ef37fc07c9226c7f99739f2f89207449ffe.zip
ODBC only returning associative fields so modded next/prev topic code appropriately
git-svn-id: file:///svn/phpbb/trunk@924 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 3479423861..64db6ef2ac 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -51,7 +51,6 @@ if(!isset($topic_id) && !isset($post_id))
// Find topic id if user requested a newer
// or older topic
//
-include('language/lang_english.php');
if( isset($HTTP_GET_VARS["view"]) && empty($HTTP_GET_VARS[POST_POST_URL]) )
{
if($HTTP_GET_VARS["view"] == "next")