
| 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);
Code
$period_end=mktime(23,59,0,$month+1,0,$year);
|
There have been no trackbacks yet