Update xml_cdr_inc.php

This commit is contained in:
FusionPBX
2017-11-02 09:14:12 -06:00
committed by GitHub
parent 43941f998f
commit c505ee2a41

View File

@@ -344,12 +344,7 @@
}
//set the default paging
if ($_SESSION['domain']['paging']['numeric'] != '' && $rows_per_page > $_SESSION['domain']['paging']['numeric']) {
$rows_per_page = $_SESSION['domain']['paging']['numeric'];
}
else {
$rows_per_page = 50;
}
$rows_per_page = $_SESSION['domain']['paging']['numeric'];
//prepare to page the results
//$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50; //set on the page that includes this page