fixed PHPdoc

This commit is contained in:
Roland Gruber 2010-07-31 18:24:43 +00:00
parent 2604abd351
commit d780b86198
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ class htmlSelect extends htmlElement {
* Constructor.
*
* @param String $name element name
* @param array $elements list of elememts
* @param array $elements list of elememts (label => value)
* @param array $selectedElements list of selected elements (optional, default none)
* @param int $size size (optional, default = 1)
*/