mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 23:21:33 +02:00
Added one to check for display of goto page output
git-svn-id: file:///svn/phpbb/trunk@1129 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -453,7 +453,7 @@ if($total_topics)
|
|||||||
|
|
||||||
$replies = $topic_rowset[$i]['topic_replies'];
|
$replies = $topic_rowset[$i]['topic_replies'];
|
||||||
|
|
||||||
if($replies > $board_config['posts_per_page'])
|
if( ( $replies + 1 ) > $board_config['posts_per_page'] )
|
||||||
{
|
{
|
||||||
$goto_page = " (<img src=\"" . $images['icon_minipost'] . "\" alt=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
|
$goto_page = " (<img src=\"" . $images['icon_minipost'] . "\" alt=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user