Ignore:
Timestamp:
Dec 1, 2009, 1:14:50 AM (14 years ago)
Author:
plg
Message:

merge r4400 from branch 2.0 to trunk

bug 1301 fixed: it is now possible to move root category 4 into root category

  1. Sometimes a single comma makes a huge difference!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r4385 r4401  
    10281028      // technically, you can't move a category with uppercats 12,125,13,14
    10291029      // 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))
    10311031      {
    10321032        array_push(
Note: See TracChangeset for help on using the changeset viewer.