[geeklog-cvs] geeklog: Some more comments to keep phpDocumentor happy

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 5 17:43:06 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/ede43da15aab
changeset: 7282:ede43da15aab
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Sep 05 23:19:37 2009 +0200
description:
Some more comments to keep phpDocumentor happy

diffstat:

 plugins/staticpages/sql/mssql_updates.php |  6 +++++-
 plugins/staticpages/sql/mysql_updates.php |  6 +++++-
 plugins/xmlsitemap/sql/mssql_install.php  |  3 +++
 plugins/xmlsitemap/sql/mysql_install.php  |  3 +++
 4 files changed, 16 insertions(+), 2 deletions(-)

diffs (72 lines):

diff -r e8463c9aafc9 -r ede43da15aab plugins/staticpages/sql/mssql_updates.php
--- a/plugins/staticpages/sql/mssql_updates.php	Sat Sep 05 20:48:03 2009 +0200
+++ b/plugins/staticpages/sql/mssql_updates.php	Sat Sep 05 23:19:37 2009 +0200
@@ -29,7 +29,7 @@
 /**
 * MS SQL updates
 *
-* @package Staticpage
+* @package StaticPages
 */
 
 $_UPDATES = array(
@@ -40,6 +40,10 @@
 
 );
 
+/**
+* Handle update to plugin version 1.6.0: introduce meta tags option
+*
+*/
 function update_ConfValues_1_6_0()
 {
     global $_CONF, $_SP_DEFAULT;
diff -r e8463c9aafc9 -r ede43da15aab plugins/staticpages/sql/mysql_updates.php
--- a/plugins/staticpages/sql/mysql_updates.php	Sat Sep 05 20:48:03 2009 +0200
+++ b/plugins/staticpages/sql/mysql_updates.php	Sat Sep 05 23:19:37 2009 +0200
@@ -29,7 +29,7 @@
 /**
 * MySQL updates
 *
-* @package Staticpage
+* @package StaticPages
 */
 
 $_UPDATES = array(
@@ -41,6 +41,10 @@
 
 );
 
+/**
+* Handle update to plugin version 1.6.0: introduce meta tags option
+*
+*/
 function update_ConfValues_1_6_0()
 {
     global $_CONF, $_SP_DEFAULT;
diff -r e8463c9aafc9 -r ede43da15aab plugins/xmlsitemap/sql/mssql_install.php
--- a/plugins/xmlsitemap/sql/mssql_install.php	Sat Sep 05 20:48:03 2009 +0200
+++ b/plugins/xmlsitemap/sql/mssql_install.php	Sat Sep 05 23:19:37 2009 +0200
@@ -37,6 +37,9 @@
     die('This file can not be used on its own!');
 }
 
+/**
+* include default config
+*/
 require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . '../install_defaults.php';
 
 global $_XMLSMAP_DEFAULT;
diff -r e8463c9aafc9 -r ede43da15aab plugins/xmlsitemap/sql/mysql_install.php
--- a/plugins/xmlsitemap/sql/mysql_install.php	Sat Sep 05 20:48:03 2009 +0200
+++ b/plugins/xmlsitemap/sql/mysql_install.php	Sat Sep 05 23:19:37 2009 +0200
@@ -37,6 +37,9 @@
     die('This file can not be used on its own!');
 }
 
+/**
+* include default config
+*/
 require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . '../install_defaults.php';
 
 global $_XMLSMAP_DEFAULT;



More information about the geeklog-cvs mailing list