Changeset e3e874d in github
- Timestamp:
- Sep 28, 2009 9:23:24 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8583d64
- Parents:
- 741d96f
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/addressbook/mailto.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r38bf4253 re3e874d 2 2 =========================== 3 3 4 - Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178) 4 5 - Fix cache status checking + improve cache operations performance (#1486104) 5 6 - Prevent from setting INBOX as any of special folders (#1486114) -
program/steps/addressbook/mailto.inc
rfde466c re3e874d 24 24 $mailto = array(); 25 25 26 if ($cid && preg_match('/^[a-z0-9\- _=]+(,[a-z0-9\-_=]+)*$/i', $cid) && $CONTACTS->ready)26 if ($cid && preg_match('/^[a-z0-9\-\+\/_=]+(,[a-z0-9\-\+\/_=]+)*$/i', $cid) && $CONTACTS->ready) 27 27 { 28 28 $CONTACTS->set_page(1);
Note: See TracChangeset
for help on using the changeset viewer.
