CDR: Fix PHP warnings regarding paging.

This commit is contained in:
reliberate 2016-05-05 13:54:17 -06:00
parent df22a29ed4
commit 2307cef9c8
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ else {
}
//disable the paging
if ($_REQUEST['export_format'] != "csv") {
if ($_REQUEST['export_format'] == "csv") {
$rows_per_page = 0;
}