[geeklog-cvs] geeklog: Fixed wrong function name in the autoinstall.php file (...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Aug 26 15:58:43 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/7b2e6047c574
changeset: 7256:7b2e6047c574
user:      Dirk Haun <dirk at haun-online.de>
date:      Wed Aug 26 21:57:15 2009 +0200
description:
Fixed wrong function name in the autoinstall.php file (bug #0000954)

diffstat:

 plugins/links/autoinstall.php |  4 ++--
 public_html/docs/history      |  4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 425111c83046 -r 7b2e6047c574 plugins/links/autoinstall.php
--- a/plugins/links/autoinstall.php	Mon Aug 24 17:51:39 2009 +0200
+++ b/plugins/links/autoinstall.php	Wed Aug 26 21:57:15 2009 +0200
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | This file provides helper functions for the automatic plugin install.     |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2008 by the following authors:                              |
+// | Copyright (C) 2008-2009 by the following authors:                         |
 // |                                                                           |
 // | Authors: Dirk Haun         - dirk AT haun-online DOT de                   |
 // +---------------------------------------------------------------------------+
@@ -146,7 +146,7 @@
         $sql = str_replace('#group#', $admin_group_id, $sql);
         DB_query($sql, 1);
         if (DB_error()) {
-            COM_error("SQL error in Links plugin postinstall, SQL: " . $sql);
+            COM_errorLog("SQL error in Links plugin postinstall, SQL: " . $sql);
             return false;
         }
     }
diff -r 425111c83046 -r 7b2e6047c574 public_html/docs/history
--- a/public_html/docs/history	Mon Aug 24 17:51:39 2009 +0200
+++ b/public_html/docs/history	Wed Aug 26 21:57:15 2009 +0200
@@ -38,6 +38,10 @@
 - Avoid triggering a false spam report when submitting an event with the default
   "http://" entry for the link still in place (bug #0000946) [Dirk]
 
+Links Plugin
+------------
+- Fixed wrong function name in the autoinstall.php file (bug #0000954)
+
 Polls Plugin
 ------------
 - Introduced [poll:], [poll_vote:], and [poll_result:] autotags, allowing to



More information about the geeklog-cvs mailing list