Ignore:
Timestamp:
2009/06/09 21:24:56 (15 years ago)
Author:
Seasoft
Message:

merge r17988
・取得元: version-2_4
【取得元のログメッセージ】

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

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/helper/SC_Helper_DB.php

    r18079 r18082  
    642642        $arrRet = $objQuery->select($col, $from, $where); 
    643643 
    644         $arrCategory_id = $this->sfGetCategoryId($product_id, $status); 
     644        $arrCategory_id = $this->sfGetCategoryId($product_id); 
    645645 
    646646        $arrCatTree = array(); 
Note: See TracChangeset for help on using the changeset viewer.