Ignore:
Timestamp:
2009/04/27 17:57:57 (17 years ago)
Author:
kajiwara
Message:

#445 分の対応。sfGetCategoryIdの呼び出し方が不正な部分を修正いたしました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/class/helper/SC_Helper_DB.php

    r17982 r17988  
    624624        $arrRet = $objQuery->select($col, $from, $where); 
    625625 
    626         $arrCategory_id = $this->sfGetCategoryId($product_id, $status); 
     626        $arrCategory_id = $this->sfGetCategoryId($product_id); 
    627627 
    628628        $arrCatTree = array(); 
Note: See TracChangeset for help on using the changeset viewer.