mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
4ff00f4080
commit
f1bc3ef37f
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ if(!isset($topic_id) && !isset($post_id))
|
||||||
// Find topic id if user requested a newer
|
// Find topic id if user requested a newer
|
||||||
// or older topic
|
// or older topic
|
||||||
//
|
//
|
||||||
include('language/lang_english.php');
|
|
||||||
if( isset($HTTP_GET_VARS["view"]) && empty($HTTP_GET_VARS[POST_POST_URL]) )
|
if( isset($HTTP_GET_VARS["view"]) && empty($HTTP_GET_VARS[POST_POST_URL]) )
|
||||||
{
|
{
|
||||||
if($HTTP_GET_VARS["view"] == "next")
|
if($HTTP_GET_VARS["view"] == "next")
|
||||||
|
|
Loading…
Add table
Reference in a new issue