Changeset 2962 for temp/trunk


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

* empty log message *

Location:
temp/trunk
Files:
3 edited

Legend:

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

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

    r2942 r2962  
    2727// ½¸·×¤Î³«»Ï 
    2828function lfStartDailyTotal($term, $start, $command = false) { 
    29      
    30     print("term:" . $term); 
    31      
     29         
    3230    $now_time = time(); 
    3331         
     
    4240         
    4341    // ºÇ¸å¤Î¥Ð¥Ã¥Á¼Â¹Ô¤«¤éLOAD_BATCH_PASSÉ÷вᤷ¤Æ¤¤¤Ê¤¤¤È¼Â¹Ô¤·¤Ê¤¤¡£ 
    44     $batch_pass = date("y/m/d H:i:s", $now_time); 
     42    $batch_pass = date("y/m/d H:i:s", $now_time - LOAD_BATCH_PASS); 
    4543     
    4644    $objQuery = new SC_Query(); 
  • temp/trunk/html/admin/total/index.php

    r2954 r2962  
    164164    if(count($_GET) == 0) { 
    165165        // 1¥ö·îʬ¤Î½¸·× 
    166         lfStartDailyTotal(300,0); 
     166        lfStartDailyTotal(31,0); 
    167167    } 
    168168    break; 
Note: See TracChangeset for help on using the changeset viewer.