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=0a8bf89cd9606df7f46b187c3f0443e912fdce9f;hb=04bc6bdd39d67bcf9f63d8af4b067f1fafc06f8a;hp=e253e8ec2e62f1ac9b97f80536e06a88a5501152;hpb=443346587eb47046e4a5a4624bcb125c665cf615;p=timetracker.git diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index e253e8ec..0a8bf89c 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -84,7 +84,7 @@ class Combobox extends FormElement { if ($this->style!="") $html .= " style=\"$this->style\""; - if (!$this->isEnable()) + if (!$this->isEnabled()) $html .= " disabled"; $html .= ">\n";