From d780b861989e8331cdc931640dc53c4944388aae Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 31 Jul 2010 18:24:43 +0000 Subject: [PATCH] fixed PHPdoc --- lam/lib/html.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/html.inc b/lam/lib/html.inc index d7828d2b..685c4858 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -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) */