Changeset 24f1bf0 in github
- Timestamp:
- May 2, 2012 5:25:47 PM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- 59db17b
- Parents:
- a605b25
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
ra605b25 r24f1bf0 144 144 } 145 145 else if ($this->coltypes['address']) { 146 $this->coltypes['address'] = array('type' => 'textarea', 'childs' => null, 'limit' => 1, 'size' => 40); 146 $this->coltypes['address'] += array('type' => 'textarea', 'childs' => null, 'size' => 40); 147 148 // 'serialized' means the UI has to present a composite address field 149 if ($this->coltypes['address']['serialized']) { 150 $childprop = array('type' => 'text'); 151 $this->coltypes['address']['type'] = 'composite'; 152 $this->coltypes['address']['childs'] = array('street' => $childprop, 'locality' => $childprop, 'zipcode' => $childprop, 'country' => $childprop); 153 } 147 154 } 148 155
Note: See TracChangeset
for help on using the changeset viewer.
