Changeset 2963 for temp/trunk/html/admin


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

* empty log message *

File:
1 edited

Legend:

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

    r2962 r2963  
    4444    $objQuery = new SC_Query(); 
    4545    $arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", array($batch_pass)); 
    46      
    47      
    48      
     46         
    4947    if(count($arrRet) > 0) { 
    5048        gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " > " . $batch_pass . " -> EXIT BATCH $batch_date"); 
Note: See TracChangeset for help on using the changeset viewer.