Changeset 4800 for temp/trunk
- Timestamp:
- 2006/09/15 17:41:23 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (2 diffs)
-
html/admin/products/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4799 r4800 2292 2292 $arrRet = $objQuery->select($col, $from, $where); 2293 2293 2294 $objQuery->getlastquerY();2295 2296 2294 $arrParentID = sfGetParents($objQuery, 'dtb_category', 'parent_category_id', 'category_id', $parent_category_id); 2297 2295 2298 2296 foreach($arrRet as $key => $array) { 2299 2297 foreach($arrParentID as $val) { … … 2304 2302 } 2305 2303 } 2304 2305 sfprintr($arrRet); 2306 2306 return $arrRet; 2307 2307 } -
temp/trunk/html/admin/products/category.php
r4799 r4800 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);134 132 135 133 $objView->assignobj($objPage);
Note: See TracChangeset
for help on using the changeset viewer.
