Removed unused functions.
authoranuko <support@anuko.com>
Mon, 8 Jan 2018 19:16:08 +0000 (19:16 +0000)
committeranuko <support@anuko.com>
Mon, 8 Jan 2018 19:16:08 +0000 (19:16 +0000)
WEB-INF/lib/form/TextArea.class.php
WEB-INF/templates/footer.tpl

index 9e8515f..c6e8d1f 100644 (file)
@@ -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() {
     
index e35be90..1c89ba4 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.13.11.3732 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.13.11.3733 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>