Changeset 5411 in subversion
- Timestamp:
- Nov 10, 2011 9:02:20 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_addressbook.php
r5406 r5411 404 404 $out = array(); 405 405 foreach ($data as $c => $values) { 406 if ( strpos($c, $col) === 0) {406 if ($c === $col || strpos($c, $col.':') === 0) { 407 407 if ($flat) { 408 408 $out = array_merge($out, (array)$values);
Note: See TracChangeset
for help on using the changeset viewer.
