mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user