Changeset 17977
- Timestamp:
- 2009/04/16 04:24:15 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/admin/products/LC_Page_Admin_Products.php
r17799 r17977 307 307 if (count($this->arrProducts) > 0) { 308 308 foreach ($this->arrProducts as $key => $val) { 309 $this->arrProducts[$key]["categories"] = $objDb->sfGetCategoryId($val["product_id"] );309 $this->arrProducts[$key]["categories"] = $objDb->sfGetCategoryId($val["product_id"], 0, true); 310 310 $objDb->g_category_on = false; 311 311 }
Note: See TracChangeset
for help on using the changeset viewer.
