aboutsummaryrefslogtreecommitdiffstats
path: root/functions/template.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-03-16 00:28:54 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-03-16 00:28:54 +0000
commit281851bf42f3a2503bded854ad593693e224a0b8 (patch)
tree8844666bbc5ee14be3465b35ac716aef50e13cbc /functions/template.php
parent0a5d30c7787f8d3bed6aa06d5c5e97717c8c5065 (diff)
downloadphpicalendar-281851bf42f3a2503bded854ad593693e224a0b8.tar.gz
phpicalendar-281851bf42f3a2503bded854ad593693e224a0b8.tar.bz2
phpicalendar-281851bf42f3a2503bded854ad593693e224a0b8.zip
changes to fix several warnings and notices
Diffstat (limited to 'functions/template.php')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index 8b4eb17..af93258 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -907,7 +907,7 @@ class Page {
} else {
$temp = $t_month[2];
}
- if ($master_array[$daylink]) {
+ if (isset($master_array[$daylink])) {
if ($type != 'small') {
foreach ($master_array[$daylink] as $cal_time => $event_times) {
foreach ($event_times as $uid => $val) {

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