diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-03 12:47:55 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-03 12:47:55 +0000 |
| commit | e5da6d4ecd6bb004e8fdfc79139779df1a0cd8e2 (patch) | |
| tree | fdd2c1b23ddc9746a17f8e9037fb743136d7afed | |
| parent | 34d8538d88e8605238bc4c2335f8d50132ccc8d4 (diff) | |
- typo
git-svn-id: https://svn.roundcube.net/trunk@4837 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_contacts.php | 2 |
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; } } |
