aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-05-05 00:36:53 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-05-05 00:36:53 +0000
commit116f71c54a87243426da1094c59d04a5713940d0 (patch)
tree182c74cbcce89d10d80eb12ea613ea966ed87d62 /functions
parentb22185467a6563370f565fa2c312416ebd2954a6 (diff)
downloadphpicalendar-116f71c54a87243426da1094c59d04a5713940d0.tar.gz
phpicalendar-116f71c54a87243426da1094c59d04a5713940d0.tar.bz2
phpicalendar-116f71c54a87243426da1094c59d04a5713940d0.zip
Bug fixes for previous patch of draw_week and draw_day.
Diffstat (limited to 'functions')
-rw-r--r--functions/template.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/functions/template.php b/functions/template.php
index 1f0d6c4..b8792e4 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -375,13 +375,13 @@ class Page {
}
}
} else {
- break;
+ #break;
}
}
}else{
- if (isset($master_array[$thisday][$cal_time]) && sizeof($master_array[$thisday][$cal_time]) > 0) {
- $this_time_arr = $master_array[$thisday][$cal_time];
- }
+ if (isset($master_array[$thisday][$cal_time]) && sizeof($master_array[$thisday][$cal_time]) > 0) {
+ $this_time_arr = $master_array[$thisday][$cal_time];
+ }
}
// check for eventstart
@@ -581,7 +581,7 @@ class Page {
}
}
} else {
- break;
+ #break;
}
}
}else{

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