diff --git a/calendar/index.php b/calendar/index.php index afd470d201..5549526c10 100755 --- a/calendar/index.php +++ b/calendar/index.php @@ -134,13 +134,12 @@ for ($j = 0; $j < 7; $j++) { $date = $i + ($j * 24 * 3600); if (date("Ymd",$date) >= date("Ymd",$monthstart) && - date("Ymd",$date) <= date("Ymd",$monthend) ) { - echo ""; } else { echo " bgcolor=\"$cellcolor\">"; - // echo " bgcolor=\"".$phpgw_info["theme"]["cal_dayview"]."\">"; } print_date_entries($date,$friendly,$phpgw_info["user"]["sessionid"]);