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

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 30 13:14:49 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/fcf2426f5e4a
changeset: 7265:fcf2426f5e4a
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 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8f8d532fa9db -r fcf2426f5e4a plugins/links/autoinstall.php
--- a/plugins/links/autoinstall.php	Sat Aug 01 13:21:33 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;
         }
     }



More information about the geeklog-cvs mailing list