Changeset 2935 for temp/trunk


Ignore:
Timestamp:
2006/08/30 16:40:44 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r2932 r2935  
    1616 
    1717//¥Ð¥Ã¥Á¤ò¼Â¹Ô¤¹¤ëºÇû¤Î´Ö³Ö(ÉÃ) 
    18 define("LOAD_BATCH_PASS", 0); 
     18define("LOAD_BATCH_PASS", 10); 
    1919 
    2020define("CLOSE_DAY", 31);    // Äù¤áÆü¤Î»ØÄê(ËöÆü¤Î¾ì¹ç¤Ï¡¢31¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£) 
  • temp/trunk/html/admin/batch/daily.php

    r2861 r2935  
    4646    $objQuery = new SC_Query(); 
    4747    $arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", array($batch_pass)); 
     48     
     49     
     50     
    4851    if(count($arrRet) > 0) { 
    49         gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " -> EXIT BATCH $batch_date"); 
     52        gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " > " . $batch_pass . " -> EXIT BATCH $batch_date"); 
    5053        return; 
    5154    } 
Note: See TracChangeset for help on using the changeset viewer.