- Timestamp:
- 2006/09/15 17:40:36 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/products/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4791 r4799 2292 2292 $arrRet = $objQuery->select($col, $from, $where); 2293 2293 2294 $objQuery->getlastquerY(); 2295 2294 2296 $arrParentID = sfGetParents($objQuery, 'dtb_category', 'parent_category_id', 'category_id', $parent_category_id); 2295 2297 -
temp/trunk/html/admin/products/category.php
r4798 r4799 130 130 $objPage->arrList = lfGetCat($objPage->arrForm['parent_category_id']); 131 131 $objPage->arrTree = sfGetCatTree($objPage->arrForm['parent_category_id']); 132 133 sfprintr($objPage->arrTree); 132 134 133 135 $objView->assignobj($objPage);
Note: See TracChangeset
for help on using the changeset viewer.
