program/include/rcube_addressbook.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_addressbook.php
@@ -403,7 +403,7 @@ { $out = array(); foreach ($data as $c => $values) { if (strpos($c, $col) === 0) { if ($c === $col || strpos($c, $col.':') === 0) { if ($flat) { $out = array_merge($out, (array)$values); }