Changeset 3451 for temp/trunk


Ignore:
Timestamp:
2006/08/31 12:37:31 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/html/admin
Files:
2 edited

Legend:

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

    r3448 r3451  
    7171function lfRealTimeDailyTotal($sdate, $edate) { 
    7272    $pass = strtotime($edate) - strtotime($sdate); 
    73     print(($pass / (24 * 3600))); 
     73     
     74     
     75    $loop = intval($pass / (24 * 3600)); 
     76     
     77    print($pass . ":" . $loop); 
    7478} 
    7579 
  • temp/trunk/html/admin/total/index.php

    r3448 r3451  
    167167    if(count($_GET) == 0) { 
    168168        // 1¥ö·îʬ¤Î½¸·× 
    169         lfStartDailyTotal(31,0); 
     169        //lfStartDailyTotal(31,0); 
    170170    } 
    171171    break; 
Note: See TracChangeset for help on using the changeset viewer.