Changeset 2860 for temp/trunk


Ignore:
Timestamp:
2006/08/30 13:32:51 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2858 r2860  
    4545     
    4646    $objQuery = new SC_Query(); 
    47     $arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", $batch_pass); 
     47    $arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", array($batch_pass)); 
    4848    if(count($arrRet) > 0) { 
    4949        gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " -> EXIT BATCH $batch_date"); 
Note: See TracChangeset for help on using the changeset viewer.