Ignore:
Timestamp:
2012/03/25 14:47:19 (12 years ago)
Author:
Seasoft
Message:

#1679 (PHP 警告撲滅)

  • r21646 の実装誤りを修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/util/SC_Utils.php

    r21659 r21674  
    738738        $arrRet = array(); 
    739739        foreach ($array as $key1 => $arr1) { 
    740             if (!is_array($arr1)) break 1; 
     740            if (!is_array($arr1)) continue 1; 
    741741            $index = 0; 
    742742            foreach ($arr1 as $key2 => $val) { 
Note: See TracChangeset for help on using the changeset viewer.