Changeset 2968 for temp/trunk


Ignore:
Timestamp:
2006/08/30 17:23:17 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2967 r2968  
    4949    $arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", array($batch_pass)); 
    5050         
    51     if(count($arrRet) > 0) { 
     51    //if(count($arrRet) > 0) { 
    5252        gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " > " . $batch_pass . " -> EXIT BATCH $batch_date"); 
    5353        return; 
    54     } 
     54    //} 
    5555         
    5656    // ½¸·× 
Note: See TracChangeset for help on using the changeset viewer.