mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Fixed stupid windows carriage returns...
Fixed pagination git-svn-id: file:///svn/phpbb/trunk@274 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -148,7 +148,7 @@ if(($selected_members = $db->sql_numrows($result)) > 0)
|
|||||||
{
|
{
|
||||||
$total = $db->sql_fetchrowset($count_result);
|
$total = $db->sql_fetchrowset($count_result);
|
||||||
$total_members = $total[0]['total'];
|
$total_members = $total[0]['total'];
|
||||||
$pagination = generate_pagination("memberlist.$phpEx?mode=$mode", $total_members, $board_config['posts_per_page'], $start, TRUE);
|
$pagination = generate_pagination("memberlist.$phpEx?mode=$mode", $total_members, $board_config['topics_per_page'], $start, TRUE)." ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user