fixed PHPdoc

This commit is contained in:
Roland Gruber 2009-02-07 22:57:04 +00:00
parent f566345a4b
commit 6e9182d6e5
1 changed files with 2 additions and 1 deletions

View File

@ -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='') {