[geeklog-cvs] geeklog: phpDoc correction

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Feb 21 14:53:34 EST 2010


changeset 7746:0517ca14a59a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/0517ca14a59a
user: Dirk Haun <dirk at haun-online.de>
date: Sat Feb 20 22:59:16 2010 +0100
description:
phpDoc correction

diffstat:

 plugins/calendar/functions.inc |  3 +++
 plugins/links/functions.inc    |  2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 5bab95d23f59 -r 0517ca14a59a plugins/calendar/functions.inc
--- a/plugins/calendar/functions.inc	Sat Feb 20 22:57:16 2010 +0100
+++ b/plugins/calendar/functions.inc	Sat Feb 20 22:59:16 2010 +0100
@@ -320,6 +320,9 @@
 
 /**
 * Returns SQL & Language texts to moderation.php
+*
+* @return   mixed   Plugin object or void if not allowed
+*
 */
 function plugin_itemlist_calendar()
 {
diff -r 5bab95d23f59 -r 0517ca14a59a plugins/links/functions.inc
--- a/plugins/links/functions.inc	Sat Feb 20 22:57:16 2010 +0100
+++ b/plugins/links/functions.inc	Sat Feb 20 22:59:16 2010 +0100
@@ -753,7 +753,7 @@
 /**
 * Returns SQL & Language texts to moderation.php
 *
-* @return   mixed   plugin object or void if not allowed
+* @return   mixed   Plugin object or void if not allowed
 *
 */
 function plugin_itemlist_links()



More information about the geeklog-cvs mailing list