diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index 7412cef83e..39febcfaba 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -501,7 +501,7 @@ ); $minical_prev = $this->mini_calendar( Array( - 'day' => $this->bo->day, + 'day' => 15, /* the 15th of the month is not a boundy condition */ 'month' => $this->bo->month - 1, 'year' => $this->bo->year, 'link' => 'day', @@ -511,7 +511,7 @@ ); $minical_next = $this->mini_calendar( Array( - 'day' => $this->bo->day, + 'day' => 15, /* the 15th of the month is not a boundy condition */ 'month' => $this->bo->month + 1, 'year' => $this->bo->year, 'link' => 'day',