Aleksander Machniak
2015-07-02 6a8c4fc73b5b2f5100d24a7a8b8273ffc6baca9c
program/lib/Roundcube/rcube_ldap.php
@@ -835,7 +835,7 @@
                // map address book fields into ldap attributes
                $me         = $this;
                $attributes = array();
                array_walk($fields, function($field) use ($me, &$attributes) {
                array_walk((array) $fields, function($field) use ($me, &$attributes) {
                    if ($me->coltypes[$field] && ($attrs = (array)$me->coltypes[$field]['attributes'])) {
                        $attributes = array_merge($attributes, $attrs);
                    }