Skip to content
Snippets Groups Projects
Commit 26540044 authored by Charl Mert's avatar Charl Mert
Browse files

checking for error code of 2201 closes issue#2

parent 56df0276
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,8 @@ function _cozaepp_CheckContact($prehash) {
$values['contact'] = 'Contact Created';
} else if($coderes == '2302') {
$values['contact'] = 'Contact Already exists';
} else if($coderes == '2201') {
$values['contact'] = 'Contact Already exists and is not owned by you';
} else {
$values["error"] = "RegisterDomain/contact-check($contactid): Code ($coderes) $msg";
return $values;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment