Changeset ad8c9db in github
- Timestamp:
- Jan 4, 2012 5:58:00 AM (17 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 7645a0a
- Parents:
- 19145d5
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
r5d692ba rad8c9db 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.
