[geeklog-cvs] geeklog: Fixed wrong / undefined variable

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 3 08:51:22 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/be90f91ee74f
changeset: 7343:be90f91ee74f
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Oct 03 10:57:31 2009 +0200
description:
Fixed wrong / undefined variable

diffstat:

 plugins/calendar/functions.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 187ee0efcee2 -r be90f91ee74f plugins/calendar/functions.inc
--- a/plugins/calendar/functions.inc	Thu Oct 01 00:07:25 2009 +0100
+++ b/plugins/calendar/functions.inc	Sat Oct 03 10:57:31 2009 +0200
@@ -479,7 +479,7 @@
     // pseudo-formatted event description for the spam check
     $spamcheck = '';
     if (empty($A['url'])) {
-        $spamcheck .= $title;
+        $spamcheck .= $A['title'];
     } else {
         $spamcheck .= COM_createLink($A['title'], $A['url']);
     }



More information about the geeklog-cvs mailing list