Changeset 6342 for temp/trunk/html/admin
- Timestamp:
- 2006/10/13 18:46:05 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/category.php
r6341 r6342 132 132 } 133 133 134 sfPrintR($objPage->arrList);135 136 134 $objPage->arrList = lfGetCat($objPage->arrForm['parent_category_id']); 137 135 $objPage->arrTree = sfGetCatTree($objPage->arrForm['parent_category_id']); 136 137 sfPrintR($objPage->arrList); 138 138 139 139 $objView->assignobj($objPage);
Note: See TracChangeset
for help on using the changeset viewer.
