Ignore:
Timestamp:
2012/02/15 19:56:17 (14 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r21481 r21514  
    115115        $month_array = array(); 
    116116        for ($i=1; $i <= 12; $i++) { 
    117             $val = sprintf("%02d", $i); 
     117            $val = sprintf('%02d', $i); 
    118118            $month_array[$val] = $val; 
    119119        } 
Note: See TracChangeset for help on using the changeset viewer.