Aleksander Machniak
2014-04-24 115ba30dcd5efce3cd2647847bcc52d5324fcead
program/steps/addressbook/copy.inc
@@ -90,7 +90,7 @@
        else {
            $record = $result->first();
            $ids[] = $record['ID'];
            $errormsg = empty($a_record['email']) ? 'contactnameexists' : 'contactexists';
            $errormsg = empty($email) ? 'contactnameexists' : 'contactexists';
        }
    }