aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_filter.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_filter.inc.php')
-rw-r--r--include/functions_filter.inc.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/functions_filter.inc.php b/include/functions_filter.inc.php
index d5b21075c..47d0ffde2 100644
--- a/include/functions_filter.inc.php
+++ b/include/functions_filter.inc.php
@@ -2,7 +2,7 @@
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@@ -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