Changeset 4a7ed02 in github


Ignore:
Timestamp:
May 4, 2011 2:35:28 PM (2 years ago)
Author:
alecpl <alec@…>
Children:
ba9c7b4
Parents:
a9251be2
Message:
  • Fix PHP warning on mistaken in_array() usage (#1487901)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    ra9251be2 r4a7ed02  
    22=========================== 
    33 
     4- Fix PHP warning on mistaken in_array() usage (#1487901) 
     5 
     6RELEASE 0.5.2 
     7------------- 
    48- TinyMCE 3.4.2 now compatible with IE9 
    59- PEAR::Net_SMTP 1.5.2, fixed timeout issue (#1487843) 
  • program/include/rcube_imap_generic.php

    rd310537 r4a7ed02  
    777777                // Now we're secure, capabilities need to be reread 
    778778                $this->clearCapability(); 
    779             } 
    780  
    781             // Use best (for security) supported authentication method 
    782             foreach (array('DIGEST-MD5', 'CRAM-MD5', 'CRAM_MD5', 'PLAIN', 'LOGIN') as $auth_method) { 
    783                 if (in_array($auth_method, $auth_methods)) { 
    784                     break; 
    785                 } 
    786779            } 
    787780        } 
Note: See TracChangeset for help on using the changeset viewer.