alecpl
2011-06-03 02695eff93a218b81b301bc4d866e66e45953c5e
- typo


1 files modified
2 ■■■ changed files
program/include/rcube_contacts.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_contacts.php
@@ -339,7 +339,7 @@
                        }
                    }
                    // all fields match
                    if ($found == $scnt) {
                    if ($found >= $scnt) {
                        $ids[] = $id;
                    }
                }