Changeset 17977


Ignore:
Timestamp:
2009/04/16 04:24:15 (17 years ago)
Author:
Seasoft
Message:

非公開商品だとカテゴリが空欄になるバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/products/LC_Page_Admin_Products.php

    r17799 r17977  
    307307                        if (count($this->arrProducts) > 0) { 
    308308                            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); 
    310310                                $objDb->g_category_on = false; 
    311311                            } 
Note: See TracChangeset for help on using the changeset viewer.