Update destination_delete.php
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
//delete the destination
|
//delete the destination
|
||||||
$sql = "delete from v_destinations ";
|
$sql = "delete from v_destinations ";
|
||||||
$sql .= "where destination_uuid = '".$id."' ";
|
$sql .= "where destination_uuid = '".$id."' ";
|
||||||
echo $sql."<br />\n";
|
//echo $sql."<br />\n";
|
||||||
$db->exec(check_sql($sql));
|
$db->exec(check_sql($sql));
|
||||||
unset($sql);
|
unset($sql);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user