Changeset 5499 in subversion for branches/release-0.7/program/steps/addressbook/func.inc
- Timestamp:
- Nov 28, 2011 4:03:27 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.7/program/steps/addressbook/func.inc
r5402 r5499 706 706 unset($attrib['placeholder']); 707 707 708 if ( strpos($record['photo'], 'http:') === 0)708 if (preg_match('!^https?://!i', $record['photo'])) 709 709 $photo_img = $record['photo']; 710 710 else if ($record['photo'])
Note: See TracChangeset
for help on using the changeset viewer.
