[geeklog-cvs] geeklog: Cosmetics and such

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 6 08:32:24 EST 2010


changeset 7693:826845c38f8d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/826845c38f8d
user: Dirk Haun <dirk at haun-online.de>
date: Sat Feb 06 13:55:15 2010 +0100
description:
Cosmetics and such

diffstat:

 plugins/spamx/autoinstall.php       |  4 ++--
 plugins/spamx/sql/mssql_updates.php |  8 ++++----
 plugins/spamx/sql/mysql_updates.php |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (87 lines):

diff -r 10c56fb98d91 -r 826845c38f8d plugins/spamx/autoinstall.php
--- a/plugins/spamx/autoinstall.php	Tue Feb 02 15:25:31 2010 -0500
+++ b/plugins/spamx/autoinstall.php	Sat Feb 06 13:55:15 2010 +0100
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | This file provides helper functions for the automatic plugin install.     |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2008-2009 by the following authors:                         |
+// | Copyright (C) 2008-2010 by the following authors:                         |
 // |                                                                           |
 // | Authors: Dirk Haun         - dirk AT haun-online DOT de                   |
 // +---------------------------------------------------------------------------+
@@ -64,7 +64,7 @@
     $features = array(
         $pi_name . '.admin'    => 'Full access to ' . $pi_display_name
                                   . ' plugin',
-        $pi_name . '.skip'    =>  'Skip checking posts for SPAM'                                  
+        $pi_name . '.skip'    =>  'Skip checking posts for Spam'
     );
 
     $mappings = array(
diff -r 10c56fb98d91 -r 826845c38f8d plugins/spamx/sql/mssql_updates.php
--- a/plugins/spamx/sql/mssql_updates.php	Tue Feb 02 15:25:31 2010 -0500
+++ b/plugins/spamx/sql/mssql_updates.php	Sat Feb 06 13:55:15 2010 +0100
@@ -2,11 +2,11 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | SPAMX Plugin 1.2                                                   |
+// | Spam-X Plugin 1.2                                                         |
 // +---------------------------------------------------------------------------+
 // | Upgrade SQL                                                               |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2009 by the following authors:                              |
+// | Copyright (C) 2010 by the following authors:                              |
 // |                                                                           |
 // | Authors: Tom Homer        - websitemaster AT cogeco DOT net               |
 // +---------------------------------------------------------------------------+
@@ -29,13 +29,13 @@
 /**
 * MS SQL updates
 *
-* @package StaticPages
+* @package Spam-X
 */
 
 $_UPDATES = array(
 
     '1.2.0' => array(
-        "INSERT INTO {$_TABLES['features']} (ft_name, ft_descr) VALUES ('spamx.skip', 'Skip checking posts for SPAM')"
+        "INSERT INTO {$_TABLES['features']} (ft_name, ft_descr) VALUES ('spamx.skip', 'Skip checking posts for Spam')"
     )
 
 );
diff -r 10c56fb98d91 -r 826845c38f8d plugins/spamx/sql/mysql_updates.php
--- a/plugins/spamx/sql/mysql_updates.php	Tue Feb 02 15:25:31 2010 -0500
+++ b/plugins/spamx/sql/mysql_updates.php	Sat Feb 06 13:55:15 2010 +0100
@@ -2,11 +2,11 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | SPAMX Plugin 1.2                                                      |
+// | Spam-X Plugin 1.2                                                         |
 // +---------------------------------------------------------------------------+
 // | Upgrade SQL                                                               |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2009 by the following authors:                              |
+// | Copyright (C) 2010 by the following authors:                              |
 // |                                                                           |
 // | Authors: Tom Homer        - websitemaster AT cogeco DOT net               |
 // +---------------------------------------------------------------------------+
@@ -29,13 +29,13 @@
 /**
 * MySQL updates
 *
-* @package StaticPages
+* @package Spam-X
 */
 
 $_UPDATES = array(
 
     '1.2.0' => array(
-        "INSERT INTO {$_TABLES['features']} (ft_name, ft_descr) VALUES ('spamx.skip', 'Skip checking posts for SPAM')"
+        "INSERT INTO {$_TABLES['features']} (ft_name, ft_descr) VALUES ('spamx.skip', 'Skip checking posts for Spam')"
     )
 
 );



More information about the geeklog-cvs mailing list