Aleksander Machniak
2012-09-17 32ba62889c1def94f555c3e683fc8087ee16c9b3
program/steps/addressbook/save.inc
@@ -161,7 +161,6 @@
    $source = $orig_source;
  // show notice if existing contacts with same e-mail are found
  $existing = false;
  foreach ($CONTACTS->get_col_values('email', $a_record, true) as $email) {
      if ($email && ($res = $CONTACTS->search('email', $email, 1, false, true)) && $res->count) {
          $OUTPUT->show_message('contactexists', 'notice', null, false);