Ignore:
Timestamp:
2014/05/29 14:40:57 (12 years ago)
Author:
pineray
Message:

#2515 無駄な処理を改善する for 2.13.3

カテゴリーID取得部分の処理を整理.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php

    r23129 r23459  
    164164                            if (count($this->arrProducts) > 0) { 
    165165                                foreach ($this->arrProducts as $key => $val) { 
    166                                     $this->arrProducts[$key]['categories'] = $objDb->sfGetCategoryId($val['product_id'], 0, true); 
     166                                    $this->arrProducts[$key]['categories'] = $objProduct->getCategoryIds($val['product_id'], true); 
    167167                                    $objDb->g_category_on = false; 
    168168                                } 
Note: See TracChangeset for help on using the changeset viewer.