Refactoring - cleaning up whitespace
authorNik Okuntseff <support@anuko.com>
Tue, 22 Mar 2016 16:44:09 +0000 (09:44 -0700)
committerNik Okuntseff <support@anuko.com>
Tue, 22 Mar 2016 16:44:09 +0000 (09:44 -0700)
WEB-INF/lib/Auth.class.php
WEB-INF/templates/footer.tpl

index e8a4ec0..2c3c657 100644 (file)
@@ -52,17 +52,17 @@ class Auth {
   {
     return false;
   }
-  
+
   // isPasswordExternal - returns true if actual password is not stored in the internal DB.
   function isPasswordExternal()
   {
     return false;
   }
-  
+
   // doLogin - perfoms a login procedure.
   function doLogin($login, $password) {
     $auth = $this->authenticate($login, $password);
-      
+
     if (defined('AUTH_DEBUG') && isTrue(AUTH_DEBUG)) {
       echo '<br>'; var_dump($auth); echo '<br />';
     }
@@ -86,7 +86,7 @@ class Auth {
         echo 'login "'.$login.'" does not exist in Time Tracker database.<br />';
       return false;
     }
-    
+
     $this->setAuth($val['id'], $login);
     return true;
   }
@@ -111,7 +111,7 @@ class Auth {
   function getUserLogin() {
     return $_SESSION['login'];
   }
-    
+
   // getUserId - retrieves user ID from session.
   function getUserId() {
     if (isset($_SESSION['authenticated_user_id']))
index 76cd662..de4ef31 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.16.3431 | 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.16.3432 | 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>