Ticket #13 (closed Bug: fixed)
Collect stats, but not on saturday
| Reported by: | jami | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.1 |
| Component: | Version: | 1.0.0 | |
| Keywords: | Stats | Cc: |
Description
table weekday from 1 to 7
for ($i = 1; $i <=7; $i++) {
$weekArray[] = array('weekday' => $i);
}
DBUtil::insertObjectArray($weekArray, 'stats_week');
but collect is from 0 to 6
// Weekday-Counter
$xyweekday=date('w');
Change History
Note: See
TracTickets for help on using
tickets.
