Fixed a problem with predefined expenses.
authoranuko <support@anuko.com>
Sun, 7 Jan 2018 23:08:34 +0000 (23:08 +0000)
committeranuko <support@anuko.com>
Sun, 7 Jan 2018 23:08:34 +0000 (23:08 +0000)
WEB-INF/lib/form/TextArea.class.php
WEB-INF/templates/footer.tpl

index 5d48466..a9c0c80 100644 (file)
@@ -47,7 +47,8 @@ class TextArea extends FormElement {
        
        function getHtml() {
     
-           if ($this->id=="") $this->id = $this->mName;
+           if (empty($this->id))
+                $this->id = $this->name;
            
            $js_maxlen = "";
            
index b2bbbf6..08f1afa 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.9.3729 | 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.10.3730 | 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>