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
Tags v0.1.0
No related merge requests found
...@@ -320,6 +320,8 @@ function _cozaepp_CheckContact($prehash) { ...@@ -320,6 +320,8 @@ function _cozaepp_CheckContact($prehash) {
$values['contact'] = 'Contact Created'; $values['contact'] = 'Contact Created';
} else if($coderes == '2302') { } else if($coderes == '2302') {
$values['contact'] = 'Contact Already exists'; $values['contact'] = 'Contact Already exists';
} else if($coderes == '2201') {
$values['contact'] = 'Contact Already exists and is not owned by you';
} else { } else {
$values["error"] = "RegisterDomain/contact-check($contactid): Code ($coderes) $msg"; $values["error"] = "RegisterDomain/contact-check($contactid): Code ($coderes) $msg";
return $values; 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