summaryrefslogtreecommitdiff
path: root/program/include/rcube_contacts.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-06-03 12:47:55 +0000
committeralecpl <alec@alec.pl>2011-06-03 12:47:55 +0000
commit02695eff93a218b81b301bc4d866e66e45953c5e (patch)
treee664abd7c16f89efb9a2279cc1b93c48bb447cf3 /program/include/rcube_contacts.php
parentb896b18f87064f523dca82c3fcaa5465ec8328ad (diff)
- typo
Diffstat (limited to 'program/include/rcube_contacts.php')
-rw-r--r--program/include/rcube_contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php
index 84b3fd7e8..6af438216 100644
--- a/program/include/rcube_contacts.php
+++ b/program/include/rcube_contacts.php
@@ -339,7 +339,7 @@ class rcube_contacts extends rcube_addressbook
}
}
// all fields match
- if ($found == $scnt) {
+ if ($found >= $scnt) {
$ids[] = $id;
}
}