Ignore:
Timestamp:
2012/02/06 21:31:07 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • 無意味なスペースを削除
File:
1 edited

Legend:

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

    r21444 r21445  
    10381038        $vals = array_values($arrValues); 
    10391039 
    1040         $max = max( count( $keys ), count( $vals )); 
     1040        $max = max( count( $keys), count( $vals)); 
    10411041        $combine_ary = array(); 
    10421042        for ($i=0; $i<$max; $i++) { 
Note: See TracChangeset for help on using the changeset viewer.