program/include/rcube_contacts.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_contacts.php
@@ -440,7 +440,7 @@ foreach ($save_data as $col => $values) { if (strpos($col, 'email') === 0) { foreach ((array)$values as $email) { if ($existing = $this->search('email', $email, true, false)) if ($existing = $this->search('email', $email, false, false)) break 2; } }