Add comment

This commit is contained in:
jfefe 2012-11-18 13:20:27 +01:00
parent f47ce7b220
commit 324b11ebb9

View File

@ -196,7 +196,13 @@ $server->register(
);
// return category infos and children
/**
* Get category infos and children
*
* @param array $authentication Array of authentication information
* @param int $id Id of object
* @return mixed
*/
function getCategory($authentication,$id)
{
global $db,$conf,$langs;