From 6e9182d6e5ad29339accdbd0160ab923c491d9d8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 7 Feb 2009 22:57:04 +0000 Subject: [PATCH] fixed PHPdoc --- lam/lib/modules.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 378c12ad..f07037c9 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -332,8 +332,9 @@ function checkConfigOptions($scopes, $options) { /** * Returns a help entry from an account module. * -* @param string $helpID help identifier * @param string $module module name +* @param string $helpID help identifier +* @param string $scope account type * @return array help entry */ function getHelp($module,$helpID,$scope='') {