mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Update xml_cdr_inc.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user