Ignore:
Timestamp:
2014/06/03 15:00:26 (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/SC_SelectSql.php

    r23124 r23505  
    9797        // @see http://svn.ec-cube.net/open_trac/ticket/328 
    9898        // FIXME とりあえずintvalで対策... 
    99         $date2 = mktime (0, 0, 0, intval($to_month), intval($to_day), intval($to_year)); 
     99        $date2 = mktime(0, 0, 0, intval($to_month), intval($to_day), intval($to_year)); 
    100100        $date2 = $date2 + 86400; 
    101101        // SQL文のdate関数に与えるフォーマットは、yyyy/mm/ddで指定する。 
Note: See TracChangeset for help on using the changeset viewer.