Aleksander Machniak
2015-09-13 8716fca0d0248e89b8b2410acc6d405732bad6e8
program/steps/mail/show.inc
@@ -329,7 +329,7 @@
        $CONTACTS = $RCMAIL->get_address_book(-1, true);
        if (is_object($CONTACTS)) {
            $existing = $CONTACTS->search('email', $email, true, false);
            $existing = $CONTACTS->search('email', $email, 1, false);
            if ($existing->count) {
                return true;
            }