Ignore:
Timestamp:
2011/03/18 22:46:58 (13 years ago)
Author:
shutta
Message:

refs #928
カテゴリーカウントの不具合を修正。

File:
1 edited

Legend:

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

    r20726 r20728  
    755755        foreach ($arrTgtCategory_id as $category_id) { 
    756756            $arrval = array(); 
    757             $arrval[] = $category_id; 
    758757            list($tmp_where, $tmp_arrval) = $this->sfGetCatWhere($category_id); 
    759758            if ($tmp_where != "") { 
Note: See TracChangeset for help on using the changeset viewer.