Changeset 4401
- Timestamp:
- Dec 1, 2009, 1:14:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r4385 r4401 1028 1028 // technically, you can't move a category with uppercats 12,125,13,14 1029 1029 // into a new parent category with uppercats 12,125,13,14,24 1030 if (preg_match('/^'.$category['uppercats'].' /', $new_parent_uppercats))1030 if (preg_match('/^'.$category['uppercats'].',/', $new_parent_uppercats)) 1031 1031 { 1032 1032 array_push(
Note: See TracChangeset
for help on using the changeset viewer.