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