mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 04:42:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7652 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
624761a0fa
commit
55d7a9a73a
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@
|
|||
}
|
||||
|
||||
for($i=$start_time;$i<$end_time;$i+=60*60*24) {
|
||||
$status->thisWeekSum += $visitors[date("Ymd",$i)];
|
||||
$status->week[date("Y.m.d",$i)]->this = (int)$visitors[date("Ymd",$i)];
|
||||
$status->week[date("Y.m.d",$i)]->last = (int)$visitors[date("Ymd",$i-60*60*24*7)];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue