Update destination_delete.php

This commit is contained in:
FusionPBX 2018-03-21 00:10:43 -06:00 committed by GitHub
parent ae8c9ad6f3
commit 996bab47b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
//delete the destination
$sql = "delete from v_destinations ";
$sql .= "where destination_uuid = '".$id."' ";
echo $sql."<br />\n";
//echo $sql."<br />\n";
$db->exec(check_sql($sql));
unset($sql);