aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-09-03 21:54:16 +0000
committerChad Little <clittle@users.sourceforge.net>2004-09-03 21:54:16 +0000
commit0b98e9850c3f33f01c48cd257c841933d9a01f7c (patch)
tree83bfcff460da6bb57685ce1b6900913799da1516 /functions
parent4324d5ba24037635b87af499994c77ae4bc2e2be (diff)
downloadphpicalendar-0b98e9850c3f33f01c48cd257c841933d9a01f7c.tar.gz
phpicalendar-0b98e9850c3f33f01c48cd257c841933d9a01f7c.tar.bz2
phpicalendar-0b98e9850c3f33f01c48cd257c841933d9a01f7c.zip
Fix for [ 1012303 ] Show completed to-do items.
Diffstat (limited to 'functions')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index 08041c1..1083c56 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -627,7 +627,7 @@ class Page {
}
function get_vtodo() {
- global $template, $getdate, $master_array, $next_day, $timeFormat, $tomorrows_events_lines;
+ global $template, $getdate, $master_array, $next_day, $timeFormat, $tomorrows_events_lines, $show_completed;
preg_match("!<\!-- switch show_completed on -->(.*)<\!-- switch show_completed off -->!is", $this->page, $match1);
preg_match("!<\!-- switch show_important on -->(.*)<\!-- switch show_important off -->!is", $this->page, $match2);

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