Ignore:
Timestamp:
Sep 28, 2009 9:23:24 AM (4 years ago)
Author:
alec
Message:
  • Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/addressbook/mailto.inc

    r1564 r2995  
    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.