Changeset 4400
- Timestamp:
- Dec 1, 2009, 1:03:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/admin/include/functions.php
r4213 r4400 1232 1232 // technically, you can't move a category with uppercats 12,125,13,14 1233 1233 // into a new parent category with uppercats 12,125,13,14,24 1234 if (preg_match('/^'.$category['uppercats'].' /', $new_parent_uppercats))1234 if (preg_match('/^'.$category['uppercats'].',/', $new_parent_uppercats)) 1235 1235 { 1236 1236 array_push(
Note: See TracChangeset
for help on using the changeset viewer.