Redundant pagination, mysql 5.7+ issue, release template option

This commit is contained in:
Yuriy Pikhtarev 2017-02-04 22:11:11 +03:00
commit ed3682292e
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
4 changed files with 62 additions and 62 deletions

View file

@ -501,7 +501,7 @@ if ($view == 'attachments') {
// Generate Pagination
if ($do_pagination && $total_rows > $bb_cfg['topics_per_page']) {
generate_pagination('admin_attach_cp.php?view=' . $view . '&mode=' . $mode . '&order=' . $sort_order . '&uid=' . $uid, $total_rows, $bb_cfg['topics_per_page'], $start) . ' ';
generate_pagination('admin_attach_cp.php?view=' . $view . '&mode=' . $mode . '&order=' . $sort_order . '&uid=' . $uid, $total_rows, $bb_cfg['topics_per_page'], $start);
}
print_page('admin_attach_cp.tpl', 'admin');