Ignore:
Timestamp:
2007/06/14 22:01:13 (17 years ago)
Author:
adati
Message:

1.4.0a-betaのマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/html/admin/batch/daily.php

    r387 r14676  
    4949         
    5050    // ºÇ¸å¤Î¥Ð¥Ã¥Á¼Â¹Ô¤«¤éLOAD_BATCH_PASSÉ÷вᤷ¤Æ¤¤¤Ê¤¤¤È¼Â¹Ô¤·¤Ê¤¤¡£ 
    51     if($pass < LOAD_BATCH_PASS) { 
     51    if(!$command && $pass < LOAD_BATCH_PASS) { 
    5252        gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " > " . $batch_pass . " -> EXIT BATCH $batch_date"); 
    5353        return; 
     
    6666        lfBatOrderAge($tmp_time); 
    6767         
    68         // ¥¿¥¤¥à¥¢¥¦¥È¤òËɤ° 
    69         sfFlush(); 
     68        // ¥Ö¥é¥¦¥¶¤«¤é¤Î¼Â¹Ô¤Î¾ì¹ç 
     69        if(!$command) { 
     70            // ¥¿¥¤¥à¥¢¥¦¥È¤òËɤ° 
     71            sfFlush(); 
     72        } else { 
     73            print("LOADING BATCH $batch_date\n"); 
     74        } 
    7075    } 
    7176} 
     
    9196            $create_time = strtotime($create_date); 
    9297            $order_time = strtotime($order_date); 
    93             // ¥ª¡¼¥À¡¼³«»ÏÆü¤è¤ê°ìÆü°Ê¾å¸å¤Ë½¸·×¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ï½¸·×¤·¤Ê¤ª¤µ¤Ê¤¤ 
     98            // ½¸·×³«»ÏÆü¤è¤ê1Æü°Ê¾å¸å¤Ë½¸·×¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ï½¸·×¤·¤Ê¤ª¤µ¤Ê¤¤ 
    9499            if($order_time + 86400 < $create_time || $tmp_time > time()) { 
    95100                gfPrintLog("EXIT BATCH $batch_date $tmp_time" . " " . time()); 
Note: See TracChangeset for help on using the changeset viewer.