aboutsummaryrefslogtreecommitdiffstats
path: root/includes/todo.php
diff options
context:
space:
mode:
authorGreg Westin <westin@users.sourceforge.net>2003-02-08 04:47:57 +0000
committerGreg Westin <westin@users.sourceforge.net>2003-02-08 04:47:57 +0000
commit1abdce2be8b964f28768e663e84359eb321a369c (patch)
tree424c341ff7bff2b17470207011c92bb496f9d7e7 /includes/todo.php
parent7738ba2742cfd2232c9bf78e0a98ba79c85c9456 (diff)
downloadphpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.tar.gz
phpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.tar.bz2
phpicalendar-1abdce2be8b964f28768e663e84359eb321a369c.zip
-Changes to functions/todo.js and functions/event.js fix bug 654486.
-Other miscellaneous changes to event and todo popups. -Changed a variable name to avoid confusion with other similarly-named var
Diffstat (limited to 'includes/todo.php')
-rw-r--r--includes/todo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/todo.php b/includes/todo.php
index 5bcf20b..3c39515 100644
--- a/includes/todo.php
+++ b/includes/todo.php
@@ -35,8 +35,8 @@ if ((!isset($status) || $status == "COMPLETED") && isset($completed_date)) {
$status = $unfinished_lang;
}
-if (isset($vtodo_array['calendar_name']) && ($vtodo_array['calendar_name'] !== '') ) {
- $calendar_name = $vtodo_array['calendar_name'];
+if (isset($vtodo_array['cal']) && ($vtodo_array['cal'] !== '') ) {
+ $calendar_name = $vtodo_array['cal'];
} else {
$calendar_name = '';
}

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