X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3a5964df63eb410b66e02326ebc7f7c90e8d606e..60d2288b7fca6caf0f5d9d3eee972f040eb24fb0:/WEB-INF/lib/form/Table.class.php diff --git a/WEB-INF/lib/form/Table.class.php b/WEB-INF/lib/form/Table.class.php index ea0d28e8..807e2c7c 100644 --- a/WEB-INF/lib/form/Table.class.php +++ b/WEB-INF/lib/form/Table.class.php @@ -114,7 +114,7 @@ class Table extends FormElement { } } - function toStringControl() { + function getHtml() { if (!$this->mProccessed) $this->_process(); $html = "";