Changeset 1923 for temp/trunk
- Timestamp:
- 2006/08/25 13:07:08 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_SelectSql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_SelectSql.php
r1885 r1923 84 84 if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && 85 85 ( $to_year != "" ) && ( $to_month != "" ) && ( $to_day != "" ) ) { 86 $this->setWhere( $column ." >= ? AND ". $column . " < ?" );86 $this->setWhere( $column ." >= ? ANDa ". $column . " < ?" ); 87 87 $return = array($date1, $date2); 88 88 }
Note: See TracChangeset
for help on using the changeset viewer.
