aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-05 19:21:57 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-05 19:21:57 +0000
commit4e877816ed372faa6106deb71e634e3b250d6896 (patch)
tree169b86d042a789021861244f2ba60e6e8c71ad68 /month.php
parent253ef013b351f8ec885d596af7b611568138b400 (diff)
downloadphpicalendar-4e877816ed372faa6106deb71e634e3b250d6896.tar.gz
phpicalendar-4e877816ed372faa6106deb71e634e3b250d6896.tar.bz2
phpicalendar-4e877816ed372faa6106deb71e634e3b250d6896.zip
This months events are back, minor style sheet tweeks.
Diffstat (limited to 'month.php')
-rw-r--r--month.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/month.php b/month.php
index 2af6412..f816a7c 100644
--- a/month.php
+++ b/month.php
@@ -23,6 +23,7 @@
$first_of_month = $this_year.$this_month."01";
$start_month_day = dateOfWeek($first_of_month, $week_start_day);
$thisday2 = localizeDate($dateFormat_week_list, $unix_time);
+ $num_of_events = 0;
?>
@@ -130,6 +131,7 @@
if ($master_array[("$daylink")]) {
foreach ($master_array[("$daylink")] as $event_times) {
foreach ($event_times as $val) {
+ $num_of_events++;
$event_text = $val["event_text"];
$event_text = strip_tags($event_text, '<b><i><u>');
if ($event_text != "") {
@@ -160,7 +162,6 @@
echo "</table>\n";
echo "</td>\n";
echo "</tr>\n";
- $num_of_events++;
}
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy