Ignore:
Timestamp:
Jun 14, 2006, 2:39:45 AM (18 years ago)
Author:
rvelices
Message:

merge r1351 from branch-1_6 to trunk (bug 388: html errors in month_calendar)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/calendar_monthly.class.php

    r1109 r1352  
    427427    {
    428428      $dow = ($first_day_dow + $day-1)%7;
    429       if ($dow==0)
     429      if ($dow==0 and $day!=1)
    430430      {
    431431        $template->assign_block_vars('calendar.thumbnails.row', array());
Note: See TracChangeset for help on using the changeset viewer.