diff options
Diffstat (limited to 'include/calendar_monthly.class.php')
-rw-r--r-- | include/calendar_monthly.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/calendar_monthly.class.php b/include/calendar_monthly.class.php index 5c55dbe5d..214d77cd8 100644 --- a/include/calendar_monthly.class.php +++ b/include/calendar_monthly.class.php @@ -426,7 +426,7 @@ SELECT file,tn_ext,path, width, height, DAYOFWEEK('.$this->date_field.')-1 as do $day++) { $dow = ($first_day_dow + $day-1)%7; - if ($dow==0) + if ($dow==0 and $day!=1) { $template->assign_block_vars('calendar.thumbnails.row', array()); } |