Changeset c56f1f5 in github
- Timestamp:
- Aug 4, 2010 4:15:17 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 17c54aa
- Parents:
- 367da9c
- File:
-
- 1 edited
-
program/include/rcube_vcard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_vcard.php
r5570ad6 rc56f1f5 86 86 $this->email[0] = $this->email[$pref_index]; 87 87 $this->email[$pref_index] = $tmp; 88 } 89 90 // make sure displayname is not empty (required by RFC2426) 91 if (!strlen($this->displayname)) { 92 // the same method is used in steps/mail/addcontact.inc 93 $this->displayname = ucfirst(preg_replace('/[\.\-]/', ' ', 94 substr($this->email[0], 0, strpos($this->email[0], '@')))); 88 95 } 89 96 }
Note: See TracChangeset
for help on using the changeset viewer.
