Changeset 1925 for temp/trunk/data/class/SC_SelectSql.php
- Timestamp:
- 2006/08/25 13:07:39 (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
r1924 r1925 77 77 if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && ( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) { 78 78 $date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year)); 79 $this->setWhere( $column ." >= ? a" );79 $this->setWhere( $column ." >= ?" ); 80 80 $return = array($date1); 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.
