mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-10 13:15:07 +00:00
Update destination_delete.php
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user