X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FCombobox.class.php;fp=WEB-INF%2Flib%2Fform%2FCombobox.class.php;h=4d8df251cbe698ff54a09840ba394c7eaf5f62f1;hb=4a605a698d07ecdc11e11aa8921485ace261cdba;hp=082765e826162d8ab8f4cd302d936d066ef42381;hpb=cb8e3de960b758147b34d8323054e7de70548619;p=timetracker.git diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index 082765e8..4d8df251 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -73,8 +73,8 @@ class Combobox extends FormElement { $html = "\n\tname\" id=\"$this->id\""; - if ($this->mSize!="") - $html .= " size=\"$this->mSize\""; + if ($this->size!="") + $html .= " size=\"$this->size\""; if ($this->mMultiple) $html .= " multiple";