Changeset 4846 in subversion
- Timestamp:
- Jun 13, 2011 8:56:31 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r4845 r4846 470 470 if ($fields == 'ID' || $fields == $this->primary_key) 471 471 { 472 $ids = explode(',', $value);472 $ids = !is_array($value) ? explode(',', $value) : $value; 473 473 $result = new rcube_result_set(); 474 474 foreach ($ids as $id)
Note: See TracChangeset
for help on using the changeset viewer.
