Changeset 1938 for temp/trunk
- Timestamp:
- 2006/08/25 13:26:07 (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
r1937 r1938 82 82 if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) && ( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) { 83 83 $this->setWhere( $column ." >= " . $date1 ); 84 $return = array($date1);84 // $return = array($date1); 85 85 } 86 86
Note: See TracChangeset
for help on using the changeset viewer.
