mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fixed asset so you can see all assets to all clients also started the addition of records per page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$total_found_rows = $num_rows[0];
|
||||
$total_pages = ceil($total_found_rows / 10);
|
||||
$total_pages = ceil($total_found_rows / $config_records_per_page);
|
||||
|
||||
if ($total_found_rows > 10) {
|
||||
$i=0;
|
||||
|
||||
Reference in New Issue
Block a user