From 9f236910b4ef586dc9b231010acbf6b7e7e7dfdd Mon Sep 17 00:00:00 2001 From: raphael_bertrand Date: Tue, 19 Aug 2008 13:36:56 +0000 Subject: [PATCH] doxygen --- htdocs/lib/functions.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 6e9c0b66906..e2cec9ace1c 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -1290,8 +1290,8 @@ function info_admin($texte,$infoonimgalt=0) \param user User to check \param feature Feature to check (in most cases, it's module name) \param objectid Object ID if we want to check permission on on object (optionnal) - \param dbtable Table name where object is stored. Not used if objectid is null (optionnel) - \param feature Feature to check (second level of permission) + \param dbtablename Table name where object is stored. Not used if objectid is null (optionnel) + \param feature2 Feature to check (second level of permission) */ function restrictedArea($user, $feature='societe', $objectid=0, $dbtablename='',$feature2='') {