Changeset 1923 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r1885 r1923  
    8484        if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) &&  
    8585            ( $to_year != "" ) && ( $to_month != "" ) && ( $to_day != "" ) ) { 
    86             $this->setWhere( $column ." >= ? AND ". $column . " < ?" ); 
     86            $this->setWhere( $column ." >= ? ANDa ". $column . " < ?" ); 
    8787            $return = array($date1, $date2); 
    8888        } 
Note: See TracChangeset for help on using the changeset viewer.