From 3e1d6ba47a9201486851fb41f4ec4a0df2db2d5b Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 18 Nov 2013 10:02:17 +0000 Subject: feature 2999: documentation of functions\comment|cookie|filter|html git-svn-id: http://piwigo.org/svn/trunk@25548 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_filter.inc.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'include/functions_filter.inc.php') diff --git a/include/functions_filter.inc.php b/include/functions_filter.inc.php index d5b21075c..13691aed6 100644 --- a/include/functions_filter.inc.php +++ b/include/functions_filter.inc.php @@ -21,13 +21,15 @@ // | USA. | // +-----------------------------------------------------------------------+ +/** + * @package functions\filter + */ /** - * update data of categories with filtered values + * Updates data of categories with filtered values * - * @param array list of categories - * @return null + * @param array $cats */ function update_cats_with_filtered_data(&$cats) { @@ -47,4 +49,4 @@ function update_cats_with_filtered_data(&$cats) } } -?> +?> \ No newline at end of file -- cgit v1.2.3