Skip to content
Snippets Groups Projects
Commit be249a21 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Merge branch 'contactcheckfix' into 'master'

Contactcheckfix
parents 56df0276 26540044
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