mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 21:45:37 +00:00
Update pagination.php
makes more sense 5 because its the minimum page to set
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
$total_found_rows = $num_rows[0];
|
$total_found_rows = $num_rows[0];
|
||||||
$total_pages = ceil($total_found_rows / $user_config_records_per_page);
|
$total_pages = ceil($total_found_rows / $user_config_records_per_page);
|
||||||
|
|
||||||
if ($total_found_rows > 1) {
|
if ($total_found_rows > 5) {
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user