Changeset e3e874d in github


Ignore:
Timestamp:
Sep 28, 2009 9:23:24 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
8583d64
Parents:
741d96f
Message:
  • Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r38bf4253 re3e874d  
    22=========================== 
    33 
     4- Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178) 
    45- Fix cache status checking + improve cache operations performance (#1486104) 
    56- Prevent from setting INBOX as any of special folders (#1486114) 
  • program/steps/addressbook/mailto.inc

    rfde466c re3e874d  
    2424$mailto = array(); 
    2525 
    26 if ($cid && preg_match('/^[a-z0-9\-_=]+(,[a-z0-9\-_=]+)*$/i', $cid) && $CONTACTS->ready) 
     26if ($cid && preg_match('/^[a-z0-9\-\+\/_=]+(,[a-z0-9\-\+\/_=]+)*$/i', $cid) && $CONTACTS->ready) 
    2727{ 
    2828  $CONTACTS->set_page(1); 
Note: See TracChangeset for help on using the changeset viewer.