Changeset 1959
- Timestamp:
- Apr 14, 2007, 2:34:44 PM (18 years ago)
- Location:
- branches/branch-1_7
- Files:
-
- 2 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']); -
branches/branch-1_7/include/functions_notification.inc.php
r1900 r1959 479 479 AND date_available="'.$dates[$i]['date_available'].'" 480 480 AND tn_ext IS NOT NULL 481 ORDER BY RAND(NOW()) 481 482 LIMIT 0,'.$max_elements.' 482 483 ;';
Note: See TracChangeset
for help on using the changeset viewer.