Changeset 3084 in subversion


Ignore:
Timestamp:
Nov 2, 2009 2:37:06 AM (4 years ago)
Author:
alec
Message:
  • Fix imap_auth_type regression (#1486263)
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r3074 r3084  
    22=========================== 
    33 
     4- Fix imap_auth_type regression (#1486263) 
     5 
     6RELEASE 0.3.1 
     7------------------ 
    48- Specify toolbar container in compose template (#1486247) 
    59- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) 
  • trunk/roundcubemail/program/lib/imap.inc

    r3018 r3084  
    555555        if (is_array($options)) { 
    556556                foreach($options as $optkey => $optval) { 
    557                         if ($optkey == 'imap') { 
     557                        if ($optkey == 'auth_method') { 
    558558                                $auth_method = strtoupper($optval); 
    559559                        } else if ($optkey == 'rootdir') { 
Note: See TracChangeset for help on using the changeset viewer.