Changeset 8204
- Timestamp:
- 08/27/13 10:28:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoAdmin1_2/inc/class.db_functions.inc.php
r8203 r8204 548 548 { 549 549 foreach($ids as $i => $id) 550 { 551 $this->db->query('DELETE FROM calendar_signature WHERE calendar_id ='.$id['calendar_id']); 552 $this->db->query('DELETE FROM calendar_permission WHERE object_id ='.$id['calendar_id']. ' AND object_type = 0'); 553 } 550 $this->db->query('DELETE FROM calendar WHERE id = '.$id['calendar_id']); 554 551 } 555 552
Note: See TracChangeset
for help on using the changeset viewer.