Changeset 29950
- Timestamp:
- Oct 9, 2014, 9:35:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/admin/cat_modify.php
r29858 r29950 133 133 array('id' => $data['id']) 134 134 ); 135 if ( $_POST['apply_commentable_on_sub'] andisset($_POST['apply_commentable_on_sub']))135 if (isset($_POST['apply_commentable_on_sub'])) 136 136 { 137 137 $subcats = get_subcat_ids(array('id' => $data['id']));
Note: See TracChangeset
for help on using the changeset viewer.