thomascube
2007-07-03 3fc00e67bbfa5bad7b0d29d268545036f6dc684d
program/steps/addressbook/save.inc
@@ -83,7 +83,7 @@
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)