From: anuko Date: Mon, 8 Jan 2018 19:16:08 +0000 (+0000) Subject: Removed unused functions. X-Git-Tag: timetracker_1.19-1~1388 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/commitdiff_plain/f037a5416ac13e73d775f3c997afe8dfc4917339 Removed unused functions. --- 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() { diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index e35be904..1c89ba47 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.13.11.3732 | Copyright © Anuko | +  Anuko Time Tracker 1.13.11.3733 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}