Changeset 896b220 in github
- Timestamp:
- Jan 4, 2012 7:37:51 AM (17 months ago)
- Branches:
- release-0.7
- Children:
- a33118f
- Parents:
- a128faf
- Location:
- program
- Files:
-
- 2 edited
-
include/rcube_ldap.php (modified) (1 diff)
-
localization/en_US/labels.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
rf47d5e2 r896b220 1299 1299 continue; 1300 1300 1301 list($col, $subtype) = explode(':', $rf); 1301 1302 $out['_raw_attrib'][$lf][$i] = $value; 1302 1303 1303 1304 if ($rf == 'email' && $this->mail_domain && !strpos($value, '@')) 1304 1305 $out[$rf][] = sprintf('%s@%s', $value, $this->mail_domain); 1305 else if (in_array($ rf, array('street','zipcode','locality','country','region')))1306 $out['address' ][$i][$rf] = $value;1306 else if (in_array($col, array('street','zipcode','locality','country','region'))) 1307 $out['address'.($subtype?':':'').$subtype][$i][$col] = $value; 1307 1308 else if ($rec[$lf]['count'] > 1) 1308 1309 $out[$rf][] = $value; -
program/localization/en_US/labels.inc
r080c748 r896b220 253 253 $labels['nickname'] = 'Nickname'; 254 254 $labels['jobtitle'] = 'Job Title'; 255 $labels['organization'] = 'Company';256 255 $labels['department'] = 'Department'; 257 256 $labels['gender'] = 'Gender';
Note: See TracChangeset
for help on using the changeset viewer.
