Disable the delete for now.
This commit is contained in:
parent
b4beae1e97
commit
7a720b84a9
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue