Changeset 5539 in subversion
- Timestamp:
- Dec 4, 2011 11:56:04 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5524 r5539 1028 1028 1029 1029 // add new contact to the selected group 1030 if ($this->group s)1030 if ($this->group_id) 1031 1031 $this->add_to_group($this->group_id, $dn); 1032 1032 … … 1723 1723 $group_cache = $this->_fetch_groups(); 1724 1724 1725 if (!is_array($contact_ids)) 1726 $contact_ids = explode(',', $contact_ids); 1727 1725 1728 $base_dn = $this->groups_base_dn; 1726 1729 $group_name = $group_cache[$group_id]['name']; … … 1729 1732 1730 1733 $new_attrs = array(); 1731 foreach ( explode(",", $contact_ids)as $id)1734 foreach ($contact_ids as $id) 1732 1735 $new_attrs[$member_attr][] = self::dn_decode($id); 1733 1736
Note: See TracChangeset
for help on using the changeset viewer.
