mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user