mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr_import_update.php
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user