From 4f0b3b7acc3f1ca0546e6db58ccf9f3beab8bf4e Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 29 Dec 2008 06:33:45 +0000 Subject: remove self-link icons --- functions/parse/end_vevent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions/parse') 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 ); -- cgit v1.2.3