- Timestamp:
- Feb 1, 2011, 1:41:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/batch_manager_global.php
r8756 r9035 211 211 if ('author' == $action) 212 212 { 213 if (isset($_POST['remove_author'])) 214 { 215 $_POST['author'] = null; 216 } 217 213 218 $datas = array(); 214 219 foreach ($collection as $image_id) … … 233 238 if ('title' == $action) 234 239 { 240 if (isset($_POST['remove_title'])) 241 { 242 $_POST['title'] = null; 243 } 244 235 245 $datas = array(); 236 246 foreach ($collection as $image_id) … … 261 271 $_POST['date_creation_day'] 262 272 ); 273 274 if (isset($_POST['remove_date_creation'])) 275 { 276 $date_creation = null; 277 } 263 278 264 279 $datas = array();
Note: See TracChangeset
for help on using the changeset viewer.