release-0.6
alecpl 14 years ago
parent b896b18f87
commit 02695eff93

@ -339,7 +339,7 @@ class rcube_contacts extends rcube_addressbook
}
}
// all fields match
if ($found == $scnt) {
if ($found >= $scnt) {
$ids[] = $id;
}
}

Loading…
Cancel
Save