summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_contacts.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-03 12:47:55 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-03 12:47:55 +0000
commite5da6d4ecd6bb004e8fdfc79139779df1a0cd8e2 (patch)
treefdd2c1b23ddc9746a17f8e9037fb743136d7afed /roundcubemail/program/include/rcube_contacts.php
parent34d8538d88e8605238bc4c2335f8d50132ccc8d4 (diff)
- typo
git-svn-id: https://svn.roundcube.net/trunk@4837 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_contacts.php')
-rw-r--r--roundcubemail/program/include/rcube_contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php
index 84b3fd7e8..6af438216 100644
--- a/roundcubemail/program/include/rcube_contacts.php
+++ b/roundcubemail/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;
}
}