Changed an if {} else if {} into if {} else {} (removed unnecessary if)
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Nov 2000 16:08:49 +0000 (16:08 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Nov 2000 16:08:49 +0000 (16:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@851 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_general.php

index 784a75d2dab64656c14d0b1f38c3e80edc0eda3e..46e05b5174e29c9246af22829a2716b53bea3992 100755 (executable)
                    echo htmlspecialchars($line) . "<br>\n";
                }
                exit;
-            } else if ($response == "NO") {
+            } else {
                // If the user does not log in with the correct
                // username and password it is not possible to get the
                // correct locale from the user's preferences.