Changeset 5704 in subversion
- Timestamp:
- Jan 4, 2012 5:58:00 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5539 r5704 1321 1321 continue; 1322 1322 1323 list($col, $subtype) = explode(':', $rf); 1323 1324 $out['_raw_attrib'][$lf][$i] = $value; 1324 1325 1325 1326 if ($rf == 'email' && $this->mail_domain && !strpos($value, '@')) 1326 1327 $out[$rf][] = sprintf('%s@%s', $value, $this->mail_domain); 1327 else if (in_array($ rf, array('street','zipcode','locality','country','region')))1328 $out['address' ][$i][$rf] = $value;1328 else if (in_array($col, array('street','zipcode','locality','country','region'))) 1329 $out['address'.($subtype?':':'').$subtype][$i][$col] = $value; 1329 1330 else if ($rec[$lf]['count'] > 1) 1330 1331 $out[$rf][] = $value;
Note: See TracChangeset
for help on using the changeset viewer.
