Update xml_cdr_import_update.php

This commit is contained in:
FusionPBX
2018-02-23 10:07:55 -07:00
committed by GitHub
parent 3458112269
commit 3a350402c9

View File

@@ -140,8 +140,7 @@
//update the database
//if ($num_rows == "0" && strlen($waitsec) > 0) {
if (strlen($waitsec) > 0) {
$sql = "";
$sql .= "update v_xml_cdr ";
$sql = "update v_xml_cdr ";
$sql .= "set waitsec = '$waitsec' ";
$sql .= "where uuid = '$uuid' ";
echo $sql."\n";