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
This commit is contained in:
Paul S. Owen 2001-08-23 15:55:13 +00:00
parent 4ff00f4080
commit f1bc3ef37f

View file

@ -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")