From c235f9e17a96c744bd28d378af4df74242036889 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 11 Mar 2011 15:35:37 +0000 Subject: [PATCH] Fix: uniformize code New: add categories module library --- htdocs/lib/functions.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index bd473a2d7f3..19285c0a59a 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -3739,6 +3739,7 @@ function picto_from_langcode($codelang) * 'product' to add a tab in product view * 'propal' to add a tab in propal view * 'member' to add a tab in fundation member view + * 'categories_x' to add a tab in category view ('x': type of category (0=product, 1=supplier, 2=customer, 3=member) * @param mode 'add' to complete head, 'remove' to remove entries */ function complete_head_from_modules($conf,$langs,$object,&$head,&$h,$type,$mode='add')