From c29e10994052e13380c2cc894943df5f9276b45d Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Tue, 31 Mar 2009 05:52:58 +0000 Subject: phpdoc update --- list_content.php | 4 ++-- plugins/data.comment.php | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/list_content.php b/list_content.php index 49aa629..960236d 100644 --- a/list_content.php +++ b/list_content.php @@ -3,7 +3,7 @@ * list_content * * @author spider - * @version $Revision: 1.33 $ + * @version $Revision: 1.34 $ * @package liberty * @subpackage functions */ @@ -59,7 +59,7 @@ if( !empty( $_REQUEST['output'] )) { $gBitSmarty->display( 'bitpackage:liberty/list_content_json.tpl' ); break; case 'ajax': - /* @TODO: the results structure of this are limited and + /* @TODO the results structure of this are limited and * seem specific to some package use. It also requires * an extra value 'id' which also seems very specific. * Recommend that this be standardized, but diff --git a/plugins/data.comment.php b/plugins/data.comment.php index f05daad..5dd61dc 100644 --- a/plugins/data.comment.php +++ b/plugins/data.comment.php @@ -1,10 +1,13 @@