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=ce6673963aa4a7af1fea25c9dfa41f2f735b0180;hb=61efd9d023ae34c1290ef2e1ae25829c509caaee;hp=314f4b74ec5d9b7d00a0559e9590f0826f8c4b36;hpb=a4d1c5627c3958245ea7e2e573267e34f5872471;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;