alecpl
2011-09-19 e7e79470e425c75495a846435b43350f0b793bb7
program/include/rcube_imap_generic.php
@@ -672,8 +672,8 @@
            $this->prefs = $options;
        }
        // set auth method
        if (!empty($this->prefs['auth_method'])) {
            $auth_method = strtoupper($this->prefs['auth_method']);
        if (!empty($this->prefs['auth_type'])) {
            $auth_method = strtoupper($this->prefs['auth_type']);
        } else {
            $auth_method = 'CHECK';
        }