alecpl
2011-11-10 f21a04c024e57d2396c6a8ab78b055de098217ee
program/steps/mail/addcontact.inc
@@ -71,7 +71,7 @@
    }
    // check for existing contacts
    $existing = $CONTACTS->search('email', $contact['email'], true, false);
    $existing = $CONTACTS->search('email', $contact['email'], 1, false);
    if ($done = $existing->count)
      $OUTPUT->show_message('contactexists', 'warning');