Regarding username='DELETED' bug (Opera and apparently IE 3) - forgot to
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 11 Jan 2001 15:01:16 +0000 (15:01 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 11 Jan 2001 15:01:16 +0000 (15:01 +0000)
change 'username' to 'login_username' in one spot.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@933 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/redirect.php

index fafdd00e6d517b98594a1523f60e88fb2953cb61..adebcca76037f284d985ee5f4ce0355db3b5611b 100644 (file)
@@ -57,7 +57,7 @@
       session_register("onetimepad");
       // verify that username and password are correct
       if ($force_username_lowercase)
-          $username = strtolower($login_username);
+          $login_username = strtolower($login_username);
       $imapConnection = sqimap_login($login_username, $key, $imapServerAddress, $imapPort, 0);
          if (!$imapConnection) {
                exit;