X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Fsteps%2Faddressbook%2Fsave.inc;h=f80f6ce442fae33c1c51ee182cbcdc4e654cce8a;hb=ade1655456ffdb799be8081f57ec90a408b99dd9;hp=5a65d864b5e5bf298e02b024b343241c82dcb62c;hpb=8bb10dbda276f4c5f1050a05786ba5a5a6cc787d;p=roundcube.git diff --git a/program/steps/addressbook/save.inc b/program/steps/addressbook/save.inc index 5a65d86..f80f6ce 100644 --- a/program/steps/addressbook/save.inc +++ b/program/steps/addressbook/save.inc @@ -15,7 +15,7 @@ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ - $Id: save.inc 543 2007-04-28 18:07:12Z thomasb $ + $Id: save.inc 638 2007-07-03 17:25:05Z thomasb $ */ @@ -83,7 +83,7 @@ if (!empty($cid)) else { // check for existing contacts - $existing = $CONTACTS->search('email', $a_record['email'], false); + $existing = $CONTACTS->search('email', $a_record['email'], true, false); // show warning message if ($existing->count)