Fixed a comment.
authorNik Okuntseff <support@anuko.com>
Mon, 26 Mar 2018 15:16:10 +0000 (15:16 +0000)
committerNik Okuntseff <support@anuko.com>
Mon, 26 Mar 2018 15:16:10 +0000 (15:16 +0000)
WEB-INF/templates/footer.tpl
reports.php

index 4b5b36f..c7c23da 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.17.73.4175 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.17.73.4176 | 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 59f3c0f..3aba9cd 100644 (file)
@@ -144,12 +144,11 @@ $user_list = array();
 if ($user->can('view_reports') || $user->isClient()) {
   // Prepare user and assigned projects arrays.
   if ($user->can('view_reports')) {
-    // $users = ttTeamHelper::getUsers(); // Active and inactive users for managers.
     if ($user->can('view_own_reports'))
       $options = array('max_rank'=>$user->rank-1,'include_self'=>true);
     else
       $options = array('max_rank'=>$user->rank-1);
-    $users = $user->getUsers($options); // Active and inactive users for managers.
+    $users = $user->getUsers($options); // Active and inactive users.
   }
   elseif ($user->isClient())
     $users = ttTeamHelper::getUsersForClient(); // Active and inactive users for clients.