Ignore:
Timestamp:
2014/06/03 15:23:37 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

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

    r23504 r23507  
    11271127        $vals = array_values($arrValues); 
    11281128 
    1129         $max = max( count($keys), count($vals)); 
     1129        $max = max(count($keys), count($vals)); 
    11301130        $combine_ary = array(); 
    11311131        for ($i=0; $i<$max; $i++) { 
Note: See TracChangeset for help on using the changeset viewer.