
| Title | Minor issue with calendar day view |
|---|---|
| Description | A multi-day event that starts on an hour before it ends (but a different day) will not occupy it's own column space in the calendar day view. |
| Affects | All users |
| Fix | Change line 464 of site/pages/modules/calendar.php from:Code
if (intval($test)>$start_day)
Code
if ((intval($test)>$start_day) || (intval(date('m',$to))!=$start_month) || (intval(date('Y',$to))!=$start_year))
|
There have been no trackbacks yet
Edited