Changeset 2849


Ignore:
Timestamp:
2006/08/30 13:19:52 (20 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

    r2845 r2849  
    5252        $objQuery = new SC_Query(); 
    5353        $count = $objQuery->count("dtb_bat_order_daily", "create_date > ?", $batch_pass); 
    54          
    55         $objQuery->getLastQuery(true); 
    5654                 
    57         if($count > 0 && !$command) { 
     55        if($count > 0) { 
    5856            gfPrintLog("LAST BATCH $batch_pass -> EXIT BATCH $batch_date"); 
    5957            return; 
  • temp/trunk/html/admin/total/index.php

    r2847 r2849  
    164164    if(count($_GET) == 0) { 
    165165        // 1¥ö·îʬ¤Î½¸·× 
    166         lfStartDailyTotal(31,1); 
     166        lfStartDailyTotal(31,0); 
    167167    } 
    168168    break; 
Note: See TracChangeset for help on using the changeset viewer.