From 1abdce2be8b964f28768e663e84359eb321a369c Mon Sep 17 00:00:00 2001 From: Greg Westin Date: Sat, 8 Feb 2003 04:47:57 +0000 Subject: -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 --- includes/todo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/todo.php') 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 = ''; } -- cgit v1.2.3