mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use the sessions get method to get rows_per_page
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
require_once "resources/header.php";
|
||||
|
||||
//xml cdr include
|
||||
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
||||
$rows_per_page = $settings->get('domain', 'paging', 50);
|
||||
require_once "xml_cdr_inc.php";
|
||||
|
||||
//javascript function: send_cmd
|
||||
|
||||
Reference in New Issue
Block a user