Index: temp/trunk/data/class/SC_SelectSql.php
===================================================================
--- temp/trunk/data/class/SC_SelectSql.php	(revision 1929)
+++ temp/trunk/data/class/SC_SelectSql.php	(revision 1930)
@@ -72,5 +72,5 @@
 		// FROM
 //		$date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));	
-		$date1 = $from_year . "a/" . $from_month . "/" . $from_day;
+		$date1 = $from_year . "/" . $from_month . "/" . $from_day;
 		
 		sfprintr($date1);
@@ -82,5 +82,5 @@
 		if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) &&	( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) {
 			$date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));
-			$this->setWhere( $column ." >= ?" );
+			$this->setWhere( $column ." >= ?a" );
 			$return = array($date1);
 		}
