mirror of https://github.com/itflow-org/itflow
Merge pull request #1027 from ssteeltm/fix-paging-hidden
fix pagination hidden
This commit is contained in:
commit
fa7c99fcc5
|
|
@ -10,7 +10,7 @@
|
|||
$total_found_rows = $num_rows[0];
|
||||
$total_pages = ceil($total_found_rows / $user_config_records_per_page);
|
||||
|
||||
if ($total_found_rows > 10) {
|
||||
if ($total_found_rows > 5) {
|
||||
$i = 0;
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue