Changeset 26927
- Timestamp:
- Jan 23, 2014, 8:17:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/admin/batch_manager_unit.php
r26461 r26927 67 67 $data['author'] = $_POST['author-'.$row['id']]; 68 68 $data['level'] = $_POST['level-'.$row['id']]; 69 70 foreach (array('name', 'level') as $field)71 {72 if (!empty($_POST[$field.'-'.$row['id']]))73 {74 $data[$field] = strip_tags($_POST[$field.'-'.$row['id']]);75 }76 }77 69 78 70 if ($conf['allow_html_descriptions'])
Note: See TracChangeset
for help on using the changeset viewer.