From 324b11ebb9dea32a6f356aca1088eafce21c5d0a Mon Sep 17 00:00:00 2001 From: jfefe Date: Sun, 18 Nov 2012 13:20:27 +0100 Subject: [PATCH] Add comment --- htdocs/webservices/server_category.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/webservices/server_category.php b/htdocs/webservices/server_category.php index dbe9949db46..b08aa90d763 100755 --- a/htdocs/webservices/server_category.php +++ b/htdocs/webservices/server_category.php @@ -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;