From 19ae24f693cc1531bc5ca6b2316aee189ed9373d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 Feb 2018 21:03:52 +0100 Subject: [PATCH] Code comment --- htdocs/product/class/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 123330004ed..c1f218f15f8 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -3392,7 +3392,7 @@ class Product extends CommonObject * @param int $id Id of product to search childs of * @param int $firstlevelonly Return only direct child * @param int $level Level of recursing call (start to 1) - * @return array Prod + * @return array Return array(prodid=>array(0=prodid, 1=>qty, 2=> ...) */ function getChildsArbo($id, $firstlevelonly=0, $level=1) {