]> wagnertech.de Git - timetracker.git/commitdiff
Finished renaming variables after PR#24 merge.
authoranuko <support@anuko.com>
Sun, 23 Oct 2016 16:48:24 +0000 (16:48 +0000)
committeranuko <support@anuko.com>
Sun, 23 Oct 2016 16:48:24 +0000 (16:48 +0000)
WEB-INF/templates/footer.tpl
mysql.sql

index 0386535ae8ea389d0a17b2d0b5ecec404c4e36da..3637639a9ef1007e6b424727fab4bc5421d4557d 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.9.34.3544 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.9.34.3545 | 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>
index 7a24c769a852ffc3100805fbae0d81c1f8b8a497..dd1d8c834bca85f04aa934d458bc084ebcd38ffb 100644 (file)
--- a/mysql.sql
+++ b/mysql.sql
@@ -25,7 +25,7 @@ CREATE TABLE `tt_teams` (
   `week_start` smallint(2) NOT NULL DEFAULT '0',             # Week start day, 0 == Sunday.
   `tracking_mode` smallint(2) NOT NULL DEFAULT '1',          # tracking mode ("projects" or "projects and tasks")
   `record_type` smallint(2) NOT NULL DEFAULT '0',            # time record type ("start and finish", "duration", or both)
-  `uncompleted_indicators` smallint(2) NOT NULL DEFAULT '0', # show indicator for users with uncompleted time entries
+  `uncompleted_indicators` smallint(2) NOT NULL DEFAULT '0', # whether to show indicators for users with uncompleted time entries
   `plugins` varchar(255) default NULL,                       # a list of enabled plugins for team
   `lock_spec` varchar(255) default NULL,                     # Cron specification for record locking,
                                                              # for example: "0 10 * * 1" for "weekly on Mon at 10:00".