Explorar el Código

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

Tyler Akins hace 25 años
padre
commit
f0ba821678
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

@@ -100,7 +100,7 @@
                    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.