[geeklog-cvs] geeklog: Removed undefined (and unused?) variable $link_message

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun May 29 10:15:29 EDT 2011


changeset 8293:16b6fab2dd4a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/16b6fab2dd4a
user: Dirk Haun <dirk at haun-online.de>
date: Sun May 29 13:06:50 2011 +0200
description:
Removed undefined (and unused?) variable $link_message

diffstat:

 public_html/admin/plugins/polls/index.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 6df23dd39f20 -r 16b6fab2dd4a public_html/admin/plugins/polls/index.php
--- a/public_html/admin/plugins/polls/index.php	Sun May 29 12:48:18 2011 +0200
+++ b/public_html/admin/plugins/polls/index.php	Sun May 29 13:06:50 2011 +0200
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | Polls plugin administration page                                          |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2009 by the following authors:                         |
+// | Copyright (C) 2000-2011 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
 // |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
@@ -423,7 +423,7 @@
         $access = 3;
     }
     
-    $poll_templates->set_var('noscript', COM_getNoScript(false, '', $link_message));        
+    $poll_templates->set_var('noscript', COM_getNoScript(false, ''));        
     
     // Add JavaScript
     // Hide the Advanced Editor as Javascript is required. If JS is enabled then the JS below will un-hide it



More information about the geeklog-cvs mailing list