Stupid typo that I made is now fixed
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 27 Dec 2000 05:38:42 +0000 (05:38 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 27 Dec 2000 05:38:42 +0000 (05:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@903 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/redirect.php

index 18d96199b2b7a1eb47c525f47e3025e4b9f01c52..776fb6353df1d8b88fd37a53cc1b51dcbff69da1 100644 (file)
@@ -57,7 +57,7 @@
       session_register("onetimepad");
       // verify that username and password are correct
       if ($force_username_lowercase)
-          username = strtolower($login_username);
+          $username = strtolower($login_username);
       $imapConnection = sqimap_login($login_username, $key, $imapServerAddress, $imapPort, 0);
       sqimap_logout($imapConnection);