X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FCheckbox.class.php;h=4c6a9fd77468a873750ab5c49177502ec17d121e;hb=60d2288b7fca6caf0f5d9d3eee972f040eb24fb0;hp=8c20288ae29c88e53198f6fe85549ad8016603ba;hpb=ac5189157ef60820dd125400baee9f408a9ba2ea;p=timetracker.git diff --git a/WEB-INF/lib/form/Checkbox.class.php b/WEB-INF/lib/form/Checkbox.class.php index 8c20288a..4c6a9fd7 100644 --- a/WEB-INF/lib/form/Checkbox.class.php +++ b/WEB-INF/lib/form/Checkbox.class.php @@ -45,7 +45,7 @@ class Checkbox extends FormElement { function setData($value) { $this->mOptions = $value; } function getData() { return $this->mOptions; } - function toStringControl() { + function getHtml() { if ($this->id=="") $this->id = $this->name;