mirror of
https://github.com/itflow-org/itflow
synced 2026-03-16 10:44:50 +00:00
fix pagination hidden
fix pagination hidden, when number of rows is smaller than 10
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 > 10) {
|
if ($total_found_rows > 1) {
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user