Changeset 1959 for branches/branch-1_7/admin
- Timestamp:
- Apr 14, 2007, 2:34:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/admin/element_set_global.php
r1900 r1959 115 115 $dissociables = array_from_query($query, 'id'); 116 116 117 if (!empty($dissociables)) 118 { 117 119 $query = ' 118 120 DELETE … … 122 124 '; 123 125 pwg_query($query); 126 } 124 127 125 128 update_category($_POST['dissociate']);
Note: See TracChangeset
for help on using the changeset viewer.