feature 2999: documentation of functions\comment|cookie|filter|html

git-svn-id: http://piwigo.org/svn/trunk@25548 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-11-18 10:02:17 +00:00
parent 54343578e9
commit 3e1d6ba47a
4 changed files with 222 additions and 98 deletions
+6 -4
View File
@@ -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)
}
}
?>
?>