mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Disable the delete for now.
This commit is contained in:
@@ -863,7 +863,7 @@ include "root.php";
|
||||
$sql = "delete from ".$table_prefix.$child_table." ";
|
||||
$sql .= "where ".$relation['field']." = :".$relation['field'];
|
||||
$parameters[$relation['field']] = $row[$relation['field']];
|
||||
$this->execute($sql, $parameters);
|
||||
//$this->execute($sql, $parameters);
|
||||
unset($parameters);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user