]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/CheckboxGroup.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 136cc069d7fa844b41ab61b2b1c94c22442ab799..cb7c9f1f4ed4b1d68bae8af4b3df4168bf07139e 100644 (file)
@@ -65,7 +65,7 @@ class CheckboxGroup extends FormElement {
                $this->lSelNone = $i18n->getKey('label.select_none');
        }
                
-       function toStringControl() {
+       function getHtml() {
 
            if ($this->id=="") $this->id = $this->name;