Changeset f9a9677 in github for program/include/rcube_contacts.php
- Timestamp:
- Feb 11, 2012 6:28:58 AM (16 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- bf9ddec
- Parents:
- d3ec725
- File:
-
- 1 edited
-
program/include/rcube_contacts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_contacts.php
r4387537 rf9a9677 253 253 $sql_arr['email'] = explode(self::SEPARATOR, $sql_arr['email']); 254 254 $sql_arr['email'] = array_map('trim', $sql_arr['email']); 255 }256 257 // make sure we have a name to display258 if (empty($sql_arr['name'])) {259 if (empty($sql_arr['email']))260 $sql_arr['email'] = $this->get_col_values('email', $sql_arr, true);261 $sql_arr['name'] = $sql_arr['email'][0];262 255 } 263 256
Note: See TracChangeset
for help on using the changeset viewer.
