mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
This commit is contained in:
@@ -44,7 +44,7 @@ else {
|
||||
require_once "resources/paging.php";
|
||||
|
||||
//xml cdr include
|
||||
$rows_per_page = 100;
|
||||
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
||||
require_once "xml_cdr_inc.php";
|
||||
|
||||
//javascript function: send_cmd
|
||||
|
||||
Reference in New Issue
Block a user