Changeset 3451 for temp/trunk
- Timestamp:
- 2006/08/31 12:37:31 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
batch/daily.php (modified) (1 diff)
-
total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r3448 r3451 71 71 function lfRealTimeDailyTotal($sdate, $edate) { 72 72 $pass = strtotime($edate) - strtotime($sdate); 73 print(($pass / (24 * 3600))); 73 74 75 $loop = intval($pass / (24 * 3600)); 76 77 print($pass . ":" . $loop); 74 78 } 75 79 -
temp/trunk/html/admin/total/index.php
r3448 r3451 167 167 if(count($_GET) == 0) { 168 168 // 1¥ö·îʬ¤Î½¸·× 169 lfStartDailyTotal(31,0);169 //lfStartDailyTotal(31,0); 170 170 } 171 171 break;
Note: See TracChangeset
for help on using the changeset viewer.
