mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Remove Associated Deletions as these are handled by the database cascade deletions
This commit is contained in:
@@ -316,8 +316,6 @@ if (isset($_POST['delete_file'])) {
|
||||
|
||||
mysqli_query($mysqli,"DELETE FROM files WHERE file_id = $file_id");
|
||||
|
||||
mysqli_query($mysqli,"DELETE FROM quote_files WHERE file_id = $file_id");
|
||||
|
||||
//Logging
|
||||
logAction("File", "Delete", "$session_name deleted file $file_name", $client_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user