Bug #609
Wrong first day of week in week view
| Status: | Closed | Start date: | 12/21/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Tom Moore | % Done: | 100% |
|
| Category: | Calendar | |||
| Target version: | 1.4.12 | |||
| Reproducibility: | Always | Database Type: | ||
| Reported In MyBB Version: | 1.4.10 | Database Version: | ||
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
If you open the calendar via calendar.php?action=weekview it shows the current week. MyBB does not use the first day of the week setting - it's always sunday.
Possible fix:
Open calendar.php and find:
$start_day = $day-$php_weekday;
Replace with:
$start_day = $day-$my_weekday;
Associated revisions
Fixes Wrong first day of week in week view (fixes:609)
History
Updated by Tom Moore about 2 years ago
- Status changed from New to Assigned
- Assignee set to Tom Moore
- Target version set to 1.4.12
Updated by Tom Moore about 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r4656.
Updated by Stefan T. about 2 years ago
- Status changed from Resolved to Closed