Prechádzať zdrojové kódy

Changed an if {} else if {} into if {} else {} (removed unnecessary if)

Tyler Akins 25 rokov pred
rodič
commit
f0ba821678
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

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