aboutsummaryrefslogtreecommitdiffstats
path: root/functions/parse
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-29 06:33:45 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-29 06:33:45 +0000
commit4f0b3b7acc3f1ca0546e6db58ccf9f3beab8bf4e (patch)
treefb42c914a067c8e1e41262d7ae79d7bc86609ada /functions/parse
parentff205ce74d9950105e9c4c9745462f433f81afa6 (diff)
downloadphpicalendar-4f0b3b7acc3f1ca0546e6db58ccf9f3beab8bf4e.tar.gz
phpicalendar-4f0b3b7acc3f1ca0546e6db58ccf9f3beab8bf4e.tar.bz2
phpicalendar-4f0b3b7acc3f1ca0546e6db58ccf9f3beab8bf4e.zip
remove self-link icons
Diffstat (limited to 'functions/parse')
-rw-r--r--functions/parse/end_vevent.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/parse/end_vevent.php b/functions/parse/end_vevent.php
index ac909ff..3e2ea4e 100644
--- a/functions/parse/end_vevent.php
+++ b/functions/parse/end_vevent.php
@@ -338,7 +338,8 @@ foreach($recur_data as $recur_data_unixtime) {
'organizer' => serialize($organizer),
'attendee' => serialize($attendee),
'calnumber' => $calnumber,
- 'calname' => $actual_calname,
+ 'calname' => $actual_calname,
+ 'geo' => $geo,
'url' => $url,
'recur' => $recur
);

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