[geeklog-cvs] geeklog: Make {event_url} available in eventdetails.thtml

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Nov 11 13:45:55 EST 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/f904f6d0e5ed
changeset: 6462:f904f6d0e5ed
user:      Dirk Haun <dirk at haun-online.de>
date:      Tue Nov 11 19:45:40 2008 +0100
description:
Make {event_url} available in eventdetails.thtml

diffstat:

2 files changed, 5 insertions(+)
public_html/calendar/event.php |    1 +
public_html/docs/history       |    4 ++++

diffs (25 lines):

diff -r 2767873fc9c3 -r f904f6d0e5ed public_html/calendar/event.php
--- a/public_html/calendar/event.php	Sun Nov 09 09:53:39 2008 +0100
+++ b/public_html/calendar/event.php	Tue Nov 11 19:45:40 2008 +0100
@@ -553,6 +553,7 @@
                 $event_title = stripslashes($A['title']);
                 if (!empty($A['url'])) {
                     $event_title = COM_createLink($event_title, $A['url']);
+                    $cal_templates->set_var('event_url', $A['url']);
                 }
                 $cal_templates->set_var('event_title', $event_title);
                 if (($_CA_CONF['personalcalendars'] == 1)
diff -r 2767873fc9c3 -r f904f6d0e5ed public_html/docs/history
--- a/public_html/docs/history	Sun Nov 09 09:53:39 2008 +0100
+++ b/public_html/docs/history	Tue Nov 11 19:45:40 2008 +0100
@@ -45,6 +45,10 @@
 
 - Updated Polish language files, provided by Robert Stadnik
 - Updated Slovenian language file for the Links plugin, provided by gape
+
+Calendar plugin
+---------------
+- Make {event_url} available in eventdetails.thtml [Dirk]
 
 Links plugin
 ------------



More information about the geeklog-cvs mailing list