X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e358c96cac5953f33fec0570e68f99f61802a436..f73f9902e51376cd8fb327cb49343d3a585f5255:/WEB-INF/lib/form/Combobox.class.php diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index a421b66a..78bd9962 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -79,8 +79,8 @@ class Combobox extends FormElement { if ($this->mMultiple) $html .= " multiple"; - if ($this->mOnChange!="") - $html .= " onchange=\"$this->mOnChange\""; + if ($this->on_change!="") + $html .= " onchange=\"$this->on_change\""; if ($this->mStyle!="") $html .= " style=\"$this->mStyle\"";