Changeset 1937 for temp/trunk/data/class


Ignore:
Timestamp:
2006/08/25 13:25:50 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_SelectSql.php

    r1936 r1937  
    8181        // ³«»Ï´ü´Ö¤À¤±»ØÄê¤Î¾ì¹ç 
    8282        if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && ( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) { 
    83             $date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year)); 
    8483            $this->setWhere( $column ." >= " . $date1 ); 
    85 //          $return = array($date1); 
    86 sfprintr($date1); 
     84            $return = array($date1); 
    8785        } 
    8886 
Note: See TracChangeset for help on using the changeset viewer.