Changeset 3621


Ignore:
Timestamp:
2006/09/01 01:17:27 (18 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/html/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/batch/daily.php

    r3556 r3621  
    8686            // ¥ª¡¼¥À¡¼³«»ÏÆü¤è¤ê°ìÆü°Ê¾å¸å¤Ë½¸·×¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ï½¸·×¤·¤Ê¤ª¤µ¤Ê¤¤ 
    8787            if($order_time + 86400 < $create_time) { 
     88                gfPrintLog("EXIT BATCH $batch_date"); 
    8889                continue; 
    8990            } 
    9091        } 
     92        gfPrintLog("LOADING BATCH $batch_date"); 
    9193        lfBatOrderDaily($tmp_time); 
    9294        lfBatOrderDailyHour($tmp_time); 
  • temp/trunk/html/admin/total/index.php

    r3620 r3621  
    283283        $list['startmonth'] = $month; 
    284284        $list['startday'] = $day; 
     285        $list['endyear'] = $year; 
    285286        $list['endmonth'] = $month; 
    286         $list['endyear'] = $year; 
    287287        $list['endday'] = $day; 
    288288    } 
Note: See TracChangeset for help on using the changeset viewer.