HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

Skip navigation

Minor issue with calendar day view

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)
to:

Code

            if ((intval($test)>$start_day) || (intval(date('m',$to))!=$start_month) || (intval(date('Y',$to))!=$start_year))


Trackbacks

There have been no trackbacks yet


There have been no comments yet


Make comment
Your name: (join or login)
Subject:
Your message:



 

Edited