Changeset 1938 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r1937 r1938  
    8282        if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && ( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) { 
    8383            $this->setWhere( $column ." >= " . $date1 ); 
    84             $return = array($date1); 
     84//          $return = array($date1); 
    8585        } 
    8686 
Note: See TracChangeset for help on using the changeset viewer.