Changeset 1926 for temp/trunk
- Timestamp:
- 2006/08/25 13:09:11 (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
r1925 r1926 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 70 72 // FROM 71 73 $date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));
Note: See TracChangeset
for help on using the changeset viewer.
