Dennis1993
2013-07-26 ac1fa9871567473f34e3b400496ae08e9b6c0461
Update rcube_imap_generic.php

remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
1 files modified
2 ■■■■■ changed files
program/lib/Roundcube/rcube_imap_generic.php 2 ●●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_imap_generic.php
@@ -800,7 +800,6 @@
        // TLS connection
        if ($this->prefs['ssl_mode'] == 'tls' && $this->getCapability('STARTTLS')) {
            if (version_compare(PHP_VERSION, '5.1.0', '>=')) {
                $res = $this->execute('STARTTLS');
                if ($res[0] != self::ERROR_OK) {
@@ -816,7 +815,6 @@
                // Now we're secure, capabilities need to be reread
                $this->clearCapability();
            }
        }
        // Send ID info