PhpDoc fix

This commit is contained in:
Roland Gruber 2007-11-03 13:17:39 +00:00
parent 225a86d522
commit cecd948b76
1 changed files with 4 additions and 4 deletions

View File

@ -55,11 +55,11 @@ function setlanguage() {
}
/**
* Return $return, if the the chmod rights where set
* Checks wheather a specific flag in the rights string is set.
*
* @param: $right: read,write or execute
* @param: $target: owner,group or other
* @param: $chmod: the chmod rights
* @param $right read,write or execute
* @param $target owner,group or other
* @param $chmod the chmod rights
*
* @return true, if the chmod $right for $target were set
*/