core

Ticket #13 (closed Bug: fixed)

Opened 6 months ago

Last modified 6 months ago

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

Changed 6 months ago by markwest

  • milestone set to 1.0.1

Changed 6 months ago by markwest

  • status changed from new to closed
  • resolution set to fixed

Fixed in revision [24394].

-Mark

Note: See TracTickets for help on using tickets.