[geeklog-cvs] geeklog: Fixed @see references

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 29 15:53:29 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/0fbb66f7326c
changeset: 6874:0fbb66f7326c
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Mar 29 21:53:14 2009 +0200
description:
Fixed @see references

diffstat:

1 file changed, 4 insertions(+), 4 deletions(-)
system/lib-comment.php |    8 ++++----

diffs (32 lines):

diff -r 73f4f325d5b8 -r 0fbb66f7326c system/lib-comment.php
--- a/system/lib-comment.php	Sun Mar 29 21:43:32 2009 +0200
+++ b/system/lib-comment.php	Sun Mar 29 21:53:14 2009 +0200
@@ -39,7 +39,9 @@
 
 if( $_CONF['allow_user_photo'] )
 {
-    // only needed for the USER_getPhoto function
+    /**
+    * only needed for the USER_getPhoto function
+    */
     require_once $_CONF['path_system'] . 'lib-user.php';
 }
 
@@ -56,7 +58,6 @@
 * @param    int     $ccode  Comment code: -1=no comments, 0=allowed, 1=closed
 * @return   string          HTML Formated comment bar
 * @see CMT_userComments
-* @see CMT_commentChildren
 *
 */
 function CMT_commentBar( $sid, $title, $type, $order, $mode, $ccode = 0 )
@@ -474,8 +475,7 @@
 * @param    boolean     $delete_option   if current user can delete comments
 * @param    int         $ccode     Comment code: -1=no comments, 0=allowed, 1=closed
 * @return   string  HTML Formated Comments
-* @see function CMT_commentBar
-* @see function CMT_commentChildren
+* @see CMT_commentBar
 *
 */
 function CMT_userComments( $sid, $title, $type='article', $order='', $mode='', $pid = 0, $page = 1, $cid = false, $delete_option = false, $ccode = 0 )



More information about the geeklog-cvs mailing list