Update xml_cdr_inc.php

This commit is contained in:
FusionPBX 2019-09-28 18:47:53 -06:00 committed by GitHub
parent ef51b91eed
commit d59423b7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@
}
$result = $database->select($sql, $parameters, 'all');
$result_count = count($result);
unset($database, $sql);
unset($database, $sql, $parameters);
//return the paging
list($paging_controls_mini, $rows_per_page, $offset) = paging($num_rows, $param, $rows_per_page, true, $result_count); //top