X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7fec9e24e61b856bd67ed58421445a0eb878e446..f037a5416ac13e73d775f3c997afe8dfc4917339:/WEB-INF/lib/form/TextArea.class.php diff --git a/WEB-INF/lib/form/TextArea.class.php b/WEB-INF/lib/form/TextArea.class.php index 9e8515f9..c6e8d1ff 100644 --- a/WEB-INF/lib/form/TextArea.class.php +++ b/WEB-INF/lib/form/TextArea.class.php @@ -40,10 +40,7 @@ class TextArea extends FormElement { } function setColumns($value) { $this->mColumns = $value; } - function getColumns() { return $this->mColumns; } - function setRows($value) { $this->mRows = $value; } - function getRows() { return $this->mRows; } function getHtml() {