From 81e08d85d61dacc8901f906ca530fa80d6648e1d Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 15 Sep 2003 06:28:50 +0000 Subject: Major changes in BYDAY monthly support, added new stuffs to readme and added new calendar to test and fix. --- month.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'month.php') diff --git a/month.php b/month.php index 8af0d59..55e7a83 100644 --- a/month.php +++ b/month.php @@ -126,8 +126,8 @@ $num_of_events = 0; } } if ($i == 0) echo ''; - echo ''; if (isset($master_array[("$daylink")])) { + echo ''; echo '
'.$day.'
'; echo '
'; if ($master_array[("$daylink")]) { @@ -162,7 +162,7 @@ $num_of_events = 0; echo ''; } else { echo ''; - echo ''.$day.''; + echo '
'.$day.'
'; echo ''; } $sunday = strtotime("+1 day", $sunday); -- cgit v1.2.3