Update xml_cdr_inc.php
This commit is contained in:
parent
ef51b91eed
commit
d59423b7a8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue