mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 16:21:50 +02:00
Tiny fix on contact create
This commit is contained in:
parent
ac0a2773f4
commit
8c3d466578
1 changed files with 0 additions and 2 deletions
|
@ -370,8 +370,6 @@ function processContactCreate($conn, $db, $xml, $clid, $database_type) {
|
|||
$crdate = $stmt->fetchColumn();
|
||||
|
||||
} catch (PDOException $e) {
|
||||
echo "Database Error: " . $e->getMessage();
|
||||
|
||||
sendEppError($conn, 2400, 'Database error');
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue