Browse Source

Disable the delete for now.

FusionPBX 5 năm trước cách đây
mục cha
commit
78bda24d66
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/classes/database.php

+ 1 - 1
resources/classes/database.php

@@ -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);
 									}
 								}