// and now you see some corrupted characters. See http://dev.mysql.com/doc/refman/5.0/en/charset-mysql.html
 
 
-// MULTITEAM_MODE option defines whether users can create their own top groups (organizations).
+// MULTIORG_MODE option defines whether users can create their own top groups (organizations).
 // When false, a Time Tracker server is managed by admin, who creates top groups (one or many).
 //
 // Available values are true or false.
 //
-define('MULTITEAM_MODE', true);
+define('MULTIORG_MODE', true);
 
 
 // Application name.
 
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center"> Anuko Time Tracker 1.19.3.4982 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center"> Anuko Time Tracker 1.19.3.4983 | Copyright © <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>
 
         <tr>
           <td class="systemMenu" height="17" align="center"> 
             <a class="systemMenu" href="login.php">{$i18n.menu.login}</a>
-  {if isTrue('MULTITEAM_MODE') && $smarty.const.AUTH_MODULE == 'db'}
+  {if isTrue('MULTIORG_MODE') && $smarty.const.AUTH_MODULE == 'db'}
             <a class="systemMenu" href="register.php">{$i18n.menu.create_group}</a>
   {/if}
             <a class="systemMenu" href="{$smarty.const.FORUM_LINK}" target="_blank">{$i18n.menu.forum}</a>
 
   }
 } // isPost
 
-if(!isTrue('MULTITEAM_MODE') && !ttOrgHelper::getOrgs())
+if(!isTrue('MULTIORG_MODE') && !ttOrgHelper::getOrgs())
   $err->add($i18n->get('error.no_groups'));
 
 // Determine whether to show login hint. It is currently used only for Windows LDAP authentication.
 
   }
 } // isPost
 
-if(!isTrue('MULTITEAM_MODE') && !ttOrgHelper::getOrgs())
+if(!isTrue('MULTIORG_MODE') && !ttOrgHelper::getOrgs())
   $err->add($i18n->get('error.no_groups'));
 
 // Determine whether to show login hint. It is currently used only for Windows LDAP authentication.
 
 require_once('initialize.php');
 import('form.Form');
 
-if (!isTrue('MULTITEAM_MODE') || $auth->isPasswordExternal()) {
+if (!isTrue('MULTIORG_MODE') || $auth->isPasswordExternal()) {
   header('Location: login.php');
   exit();
 }