Ignore:
Timestamp:
2012/11/11 03:11:04 (11 years ago)
Author:
Seasoft
Message:

#1905 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Category.php

    r22092 r22093  
    156156            $this->root_parent_id[] = $arrParentID[0]; 
    157157            $arrDispID = array_merge($arrBrothersID, $arrChildrenID); 
    158             foreach($arrRet as &$arrCategory) { 
     158            foreach ($arrRet as &$arrCategory) { 
    159159                if (in_array($arrCategory['category_id'], $arrDispID)) { 
    160160                    $arrCategory['display'] = 1; 
Note: See TracChangeset for help on using the changeset viewer.