Update xml_cdr_delete.php

This commit is contained in:
FusionPBX 2018-06-27 19:52:40 -06:00 committed by GitHub
parent 47f655965f
commit 03b2a5a3a0
1 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,6 @@
// delete record
$sql = "delete from v_xml_cdr ";
$sql .= "where uuid = '".$xml_cdr_uuid."' ";
$sql .= "and domain_uuid = '".$domain_uuid."' ";
$prep_statement = $db->prepare(check_sql($sql));
$prep_statement->execute();
unset($sql, $prep_statement);