[geeklog-cvs] geeklog: Some more phpDocumentor tags for the Spam-X plugin

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 15 16:55:21 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/e32ce84d5839
changeset: 6836:e32ce84d5839
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Mar 15 17:15:48 2009 +0100
description:
Some more phpDocumentor tags for the Spam-X plugin

diffstat:

3 files changed, 22 insertions(+), 4 deletions(-)
plugins/spamx/sql/mssql_install.php       |    6 +++++-
plugins/spamx/sql/mysql_install.php       |    6 +++++-
public_html/admin/plugins/spamx/index.php |   14 ++++++++++++--

diffs (82 lines):

diff -r 2fe75e6e9505 -r e32ce84d5839 plugins/spamx/sql/mssql_install.php
--- a/plugins/spamx/sql/mssql_install.php	Sun Mar 15 16:50:01 2009 +0100
+++ b/plugins/spamx/sql/mssql_install.php	Sun Mar 15 17:15:48 2009 +0100
@@ -6,7 +6,7 @@
 // +---------------------------------------------------------------------------+
 // | Installation SQL                                                          |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2004-2008 by the following authors:                         |
+// | Copyright (C) 2004-2009 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tom Willett       - tomw AT pigstye DOT net                      |
 // |          Randy Kolenko     - randy AT nextide DOT ca                      |
@@ -27,6 +27,10 @@
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 
+/**
+* @package Spam-X
+*/
+
 $_SQL[] = "
 CREATE TABLE [dbo].[{$_TABLES['spamx']}] (
     [name] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
diff -r 2fe75e6e9505 -r e32ce84d5839 plugins/spamx/sql/mysql_install.php
--- a/plugins/spamx/sql/mysql_install.php	Sun Mar 15 16:50:01 2009 +0100
+++ b/plugins/spamx/sql/mysql_install.php	Sun Mar 15 17:15:48 2009 +0100
@@ -6,7 +6,7 @@
 // +---------------------------------------------------------------------------+
 // | Installation SQL                                                          |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2004-2008 by the following authors:                         |
+// | Copyright (C) 2004-2009 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tom Willett       - tomw AT pigstye DOT net                      |
 // +---------------------------------------------------------------------------+
@@ -26,6 +26,10 @@
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 
+/**
+* @package Spam-X
+*/
+
 $_SQL[] = "
 CREATE TABLE {$_TABLES['spamx']} (
   name varchar(20) NOT NULL default '',
diff -r 2fe75e6e9505 -r e32ce84d5839 public_html/admin/plugins/spamx/index.php
--- a/public_html/admin/plugins/spamx/index.php	Sun Mar 15 16:50:01 2009 +0100
+++ b/public_html/admin/plugins/spamx/index.php	Sun Mar 15 17:15:48 2009 +0100
@@ -1,13 +1,13 @@
 <?php
 
 // +---------------------------------------------------------------------------+
-// | Spam-X plugin 1.0.2                                                       |
+// | Spam-X plugin 1.2                                                         |
 // +---------------------------------------------------------------------------+
 // | admin/index.php                                                           |
 // |                                                                           |
 // | Administration page.                                                      |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2002-2004 by the following authors:                         |
+// | Copyright (C) 2002-2009 by the following authors:                         |
 // |                                                                           |
 // | Author:                                                                   |
 // | Constructed with the Universal Plugin                                     |
@@ -34,6 +34,16 @@
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 
+/**
+* Spam-X administration page
+*
+* @package Spam-X
+* @subpackage admin
+*/
+
+/**
+* Geeklog common function library and Admin authentication
+*/
 require_once '../../../lib-common.php';
 require_once '../../auth.inc.php';
 



More information about the geeklog-cvs mailing list