Changeset 1945 for temp/trunk/data/class/SC_SelectSql.php
- Timestamp:
- 2006/08/25 13:45:22 (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
r1944 r1945 68 68 function selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column) { 69 69 70 sfprintr($from_year ." : ". $from_month ." : ". $from_day ." : ". $to_year ." : ". $to_month ." : ". $to_day);71 72 70 // FROM 73 71 $date1 = $from_year . "/" . $from_month . "/" . $from_day;
Note: See TracChangeset
for help on using the changeset viewer.
