Update xml_cdr_import_update.php

This commit is contained in:
FusionPBX 2018-02-23 10:07:55 -07:00 committed by GitHub
parent ab0e33b97d
commit cffec30ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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";