diff --git a/lam/lib/html.inc b/lam/lib/html.inc index 194af754..40c6d6b1 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -1161,9 +1161,9 @@ class htmlSelect extends htmlElement { elseif (sizeof($this->elements) == 0) { echo ''; } - if (!$this->multiSelect && !($this->size > 1)) { +/* if (!$this->multiSelect && !($this->size > 1)) { echo ''; - } + }*/ if ($this->transient) { return array(); }