]> wagnertech.de Git - timetracker.git/blobdiff - mobile/login.php
Some fixes to timesheets.php page.
[timetracker.git] / mobile / login.php
index 243aa5781b8f00e88938bdc1d929a13d8cda7a32..26b75db46372024750db6a120811aff108d4f06d 100644 (file)
@@ -52,7 +52,7 @@ if ($request->isPost()) {
   if ($err->no()) {
 
     // Use the "limit" plugin if we have one. Ignore include errors.
-    // The "limit" plugin is not required for normal operation of the Time Tracker.
+    // The "limit" plugin is not required for normal operation of Time Tracker.
     @include('../plugins/limit/access_check.php');
 
     if ($auth->doLogin($cl_login, $cl_password)) {
@@ -80,7 +80,7 @@ if ($request->isPost()) {
   }
 } // isPost
 
-if(!isTrue(MULTITEAM_MODE) && !ttOrgHelper::getOrgs())
+if(!isTrue('MULTITEAM_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.