mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update xml_cdr_inc.php
This commit is contained in:
@@ -283,7 +283,7 @@
|
||||
if ($rows_per_page > 0) {
|
||||
if ($_SESSION['cdr']['count']['boolean'] == "true") {
|
||||
//get the number of rows in the v_xml_cdr
|
||||
$sql = "select count(*) as num_rows from v_xml_cdr ";
|
||||
$sql = "select count(uuid) as num_rows from v_xml_cdr ";
|
||||
$sql .= "where domain_uuid = '".$domain_uuid."' ".$sql_where;
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
if ($prep_statement) {
|
||||
|
||||
Reference in New Issue
Block a user