[geeklog-cvs] geeklog: Added {lang_eventid} variable

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Aug 6 10:19:10 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/fe058d28a4f1
changeset: 7226:fe058d28a4f1
user:      Dirk Haun <dirk at haun-online.de>
date:      Thu Aug 06 16:18:45 2009 +0200
description:
Added {lang_eventid} variable

diffstat:

 public_html/admin/plugins/calendar/index.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 120190f682bf -r fe058d28a4f1 public_html/admin/plugins/calendar/index.php
--- a/public_html/admin/plugins/calendar/index.php	Thu Aug 06 11:37:23 2009 +0200
+++ b/public_html/admin/plugins/calendar/index.php	Thu Aug 06 16:18:45 2009 +0200
@@ -164,6 +164,7 @@
         $A['allday'] = 0;
     }
 
+    $event_templates->set_var('lang_eventid', $LANG_CAL_ADMIN[34]);
     $event_templates->set_var('event_id', $A['eid']);
     $event_templates->set_var('lang_eventtitle', $LANG_ADMIN['title']);
     $A['title'] = str_replace('{','{',$A['title']);



More information about the geeklog-cvs mailing list