Changeset 6a61686 in github
- Timestamp:
- Nov 25, 2011 1:50:05 PM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 3e5c709
- Parents:
- e0960f6
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/addressbook/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
re0960f6 r6a61686 2 2 =========================== 3 3 4 - Fix handling contact photo url with https:// prefix (#1488202) 4 5 - Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424) 5 6 - Add possibility to add SASL mechanisms for SMTP in smtp_connect hook (#1487937) -
program/steps/addressbook/func.inc
r77153b2 r6a61686 711 711 unset($attrib['placeholder']); 712 712 713 if ( strpos($record['photo'], 'http:') === 0)713 if (preg_match('!^https?://!i', $record['photo'])) 714 714 $photo_img = $record['photo']; 715 715 else if ($record['photo'])
Note: See TracChangeset
for help on using the changeset viewer.
