Changeset 21901


Ignore:
Timestamp:
2012/06/08 16:39:11 (12 years ago)
Author:
no61
Message:

商品検索APIでパラメーターをつけるとシステムエラー

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/api/operations/ItemSearch.php

    r21867 r21901  
    6262            $objQuery->setWhere($arrSearchCondition['where_for_count']); 
    6363            $objProduct = new SC_Product_Ex(); 
    64             $linemax = $objProduct->findProductCount($objQuery, $searchCondition['arrval']); 
     64            $linemax = $objProduct->findProductCount($objQuery, $arrSearchCondition['arrval']); 
    6565            $objNavi = new SC_PageNavi_Ex($arrRequest['ItemPage'], $tpl_linemax, $disp_number); 
    6666            $arrProducts = $this->getProductsList($arrSearchCondition, $disp_number, $objNavi->start_row, $linemax, $objProduct); 
Note: See TracChangeset for help on using the changeset viewer.