mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
ddbc01bb36
commit
7da5561d24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue