mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
This commit is contained in:
@@ -103,7 +103,7 @@ else {
|
||||
}
|
||||
}
|
||||
unset ($prep_statement, $result, $sql);
|
||||
$rows_per_page = 200;
|
||||
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
||||
$param = "search=".$search_value;
|
||||
if (permission_exists('user_all') && $_GET['showall'] == 'true') {
|
||||
$param .= "&showall=true";
|
||||
|
||||
Reference in New Issue
Block a user