Add comment
This commit is contained in:
parent
f47ce7b220
commit
324b11ebb9
@ -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)
|
function getCategory($authentication,$id)
|
||||||
{
|
{
|
||||||
global $db,$conf,$langs;
|
global $db,$conf,$langs;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user