mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
This commit is contained in:
@@ -39,7 +39,7 @@ else {
|
||||
$text = $language->get();
|
||||
|
||||
//additional includes
|
||||
$rows_per_page = 0;
|
||||
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
||||
require_once "xml_cdr_inc.php";
|
||||
|
||||
//get the format
|
||||
|
||||
Reference in New Issue
Block a user