aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_filter.inc.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-11-18 10:02:17 +0000
committermistic100 <mistic@piwigo.org>2013-11-18 10:02:17 +0000
commit3e1d6ba47a9201486851fb41f4ec4a0df2db2d5b (patch)
tree7f17be73be3cce3029eb3d326c37b44ce62447c6 /include/functions_filter.inc.php
parent54343578e9f824dcdebb7874308fff4dc71c3619 (diff)
feature 2999: documentation of functions\comment|cookie|filter|html
git-svn-id: http://piwigo.org/svn/trunk@25548 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_filter.inc.php')
-rw-r--r--include/functions_filter.inc.php10
1 files changed, 6 insertions, 4 deletions
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