aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-29 05:23:46 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-29 05:23:46 +0000
commit2e0dde77d8a86e895302c4804023f747e987c9f8 (patch)
tree0bc4dcb851bf1612968e4dfb8a6c0789fe73e3ce /functions
parentec554691639ce5e616190ee1c267b0df19737cf7 (diff)
downloadphpicalendar-2e0dde77d8a86e895302c4804023f747e987c9f8.tar.gz
phpicalendar-2e0dde77d8a86e895302c4804023f747e987c9f8.tar.bz2
phpicalendar-2e0dde77d8a86e895302c4804023f747e987c9f8.zip
tooltips for view nav icons
Diffstat (limited to 'functions')
-rw-r--r--functions/ical_parser.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions/ical_parser.php b/functions/ical_parser.php
index cafcd0a..d79ba20 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -203,7 +203,9 @@ foreach ($cal_filelist as $cal_key=>$filename) {
'class' => $class,
'categories' => $vtodo_categories,
'description' => $description,
- 'calname' => $actual_calname);
+ 'calname' => $actual_calname,
+ 'url' => $url
+ );
unset ($start_date, $start_time, $due_date, $due_time, $completed_date, $completed_time, $vtodo_priority, $status, $class, $vtodo_categories, $summary, $description);
$vtodo_set = FALSE;
break;

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