Changeset 2157 for temp/trunk/data/class
- Timestamp:
- 2006/08/28 10:23:13 (20 years ago)
- Location:
- temp/trunk/data/class
- Files:
-
- 2 edited
-
SC_CustomerList.php (modified) (2 diffs)
-
SC_SelectSql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r2156 r2157 184 184 // ÃÂÀ¸·î¤Î¸¡º÷ 185 185 sfprintr($this->arrSql); 186 sfprintr($this->arrVal);187 186 if (is_numeric($this->arrSql["birth_month"])) { 188 187 $this->setWhere(" EXTRACT(month from birth) = ?"); … … 190 189 } 191 190 191 sfprintr($this->arrVal); 192 192 // ÅÐÏ¿´ü´Ö»ØÄê 193 193 if ( (strlen($this->arrSql['start_year']) > 0 && strlen($this->arrSql['start_month']) > 0 && strlen($this->arrSql['start_day']) > 0 ) || -
temp/trunk/data/class/SC_SelectSql.php
r1945 r2157 83 83 ( $to_year != "" ) && ( $to_month != "" ) && ( $to_day != "" ) ) { 84 84 $this->setWhere( $column ." >= " . $date1 ." AND ". $column . " < date('" . $date2 . "')+1" ); 85 $return = array($date1, $date2);85 // $return = array($date1, $date2); 86 86 } 87 87
Note: See TracChangeset
for help on using the changeset viewer.
