diff options
Diffstat (limited to 'list_content.php')
| -rw-r--r-- | list_content.php | 4 |
1 files changed, 2 insertions, 2 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 <spider@steelsun.com> - * @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 |
