Small EPP language fixes

This commit is contained in:
Pinga 2024-12-11 10:24:25 +02:00
parent d9b8802f9f
commit 66048c00cc
2 changed files with 3 additions and 3 deletions

View file

@ -1467,7 +1467,7 @@ function processDomainCreate($conn, $db, $xml, $clid, $database_type, $trans, $m
$insertDomainHostMapStmt->execute([':domain_id' => $domain_id, ':host_id' => $hostObj_already_exist]);
} else {
$errorLogStmt = $db->prepare("INSERT INTO error_log (registrar_id,log,date) VALUES(:registrar_id,:log,CURRENT_TIMESTAMP(3))");
$errorLogStmt->execute([':registrar_id' => $clid, ':log' => "Domain : $domainName ; hostObj : $hostObj - se dubleaza"]);
$errorLogStmt->execute([':registrar_id' => $clid, ':log' => "Domain : $domainName ; hostObj : $hostObj - is duplicated"]);
}
} else {
$internal_host = false;