X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Flib%2Fform%2FCombobox.class.php;h=ce6673963aa4a7af1fea25c9dfa41f2f735b0180;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;hp=314f4b74ec5d9b7d00a0559e9590f0826f8c4b36;hpb=ac5189157ef60820dd125400baee9f408a9ba2ea;p=timetracker.git diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index 314f4b74..ce667396 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -65,7 +65,7 @@ class Combobox extends FormElement { function getDataKeys() { return $this->mDataKeys; } - function toStringControl() { + function getHtml() { if ($this->id=="") $this->id = $this->name;