Changeset 6343 for temp/trunk
- Timestamp:
- 2006/10/13 18:47:16 (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
r6342 r6343 196 196 function lfGetCat($parent_category_id) { 197 197 $objQuery = new SC_Query(); 198 199 if($parent_category_id == "") { 200 $parent_category_id = '0'; 201 } 202 198 203 $col = "category_id, category_name, level, rank"; 199 204 $where = "del_flg = 0 AND parent_category_id = ?";
Note: See TracChangeset
for help on using the changeset viewer.
