Changeset 2962 for temp/trunk/html
- Timestamp:
- 2006/08/30 17:17:28 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
batch/daily.php (modified) (2 diffs)
-
total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r2942 r2962 27 27 // ½¸·×¤Î³«»Ï 28 28 function lfStartDailyTotal($term, $start, $command = false) { 29 30 print("term:" . $term); 31 29 32 30 $now_time = time(); 33 31 … … 42 40 43 41 // ºÇ¸å¤Î¥Ð¥Ã¥Á¼Â¹Ô¤«¤é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); 45 43 46 44 $objQuery = new SC_Query(); -
temp/trunk/html/admin/total/index.php
r2954 r2962 164 164 if(count($_GET) == 0) { 165 165 // 1¥ö·îʬ¤Î½¸·× 166 lfStartDailyTotal(3 00,0);166 lfStartDailyTotal(31,0); 167 167 } 168 168 break;
Note: See TracChangeset
for help on using the changeset viewer.
