Ignore:
Timestamp:
2006/08/25 13:45:22 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_SelectSql.php

    r1944 r1945  
    6868    function selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column) { 
    6969 
    70         sfprintr($from_year ." : ". $from_month ." : ". $from_day ." : ". $to_year ." : ". $to_month ." : ". $to_day); 
    71          
    7270        // FROM 
    7371        $date1 = $from_year . "/" . $from_month . "/" . $from_day; 
Note: See TracChangeset for help on using the changeset viewer.