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

Skip navigation

side_calendar block problem

Title side_calendar block problem
Description Events on the last day of a month, that have a start time, will not be shown.
Affects Users of the side_calendar block, in month mode
Fix Change line 77 of sources/blocks/side_calendar.php from:

Code

         $period_end=mktime(0,0,0,$month+1,0,$year);
to:

Code

         $period_end=mktime(23,59,0,$month+1,0,$year);


Trackbacks

There have been no trackbacks yet


There have been no comments yet


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