From 21f29756b17936a998cac98840fdef9f4facff77 Mon Sep 17 00:00:00 2001 From: jengo Date: Wed, 4 Oct 2000 20:48:09 +0000 Subject: [PATCH] *** empty log message *** --- calendar/index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"]);