[geeklog-cvs] geeklog: Removed extra double quote from upcoming events block (...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 15 11:31:19 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/03a33f7d96e3
changeset: 6833:03a33f7d96e3
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Mar 15 16:24:56 2009 +0100
description:
Removed extra double quote from upcoming events block (bug #0000827)

diffstat:

2 files changed, 2 insertions(+), 1 deletion(-)
plugins/calendar/functions.inc |    2 +-
public_html/docs/history       |    1 +

diffs (23 lines):

diff -r bd67e6d75d28 -r 03a33f7d96e3 plugins/calendar/functions.inc
--- a/plugins/calendar/functions.inc	Sun Mar 15 09:17:14 2009 +0100
+++ b/plugins/calendar/functions.inc	Sun Mar 15 16:24:56 2009 +0100
@@ -259,7 +259,7 @@
                             $newevent_url .= 'mode=personal&';
                         }
 
-                        $newevent_url .= 'eid=' . $theEvent['eid'] . '"';
+                        $newevent_url .= 'eid=' . $theEvent['eid'];
                         $attr = array();
                         if( $todaysEvent ) {
                             $attr = array('class' => $todaysClassName);
diff -r bd67e6d75d28 -r 03a33f7d96e3 public_html/docs/history
--- a/public_html/docs/history	Sun Mar 15 09:17:14 2009 +0100
+++ b/public_html/docs/history	Sun Mar 15 16:24:56 2009 +0100
@@ -72,6 +72,7 @@
 
 Calendar plugin
 ---------------
+- Removed extra double quote from upcoming events block (bug #0000827)
 - Added auto installation support [Dirk]
 - Added support for PLG_getItemInfo, PLG_itemSaved, PLG_itemDeleted [Dirk]
 



More information about the geeklog-cvs mailing list