mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
CDR: Fix PHP warnings regarding paging.
This commit is contained in:
@@ -300,7 +300,7 @@ else {
|
||||
}
|
||||
|
||||
//disable the paging
|
||||
if ($_REQUEST['export_format'] != "csv") {
|
||||
if ($_REQUEST['export_format'] == "csv") {
|
||||
$rows_per_page = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user