mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-13 12:59:21 +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();
|
$crdate = $stmt->fetchColumn();
|
||||||
|
|
||||||
} catch (PDOException $e) {
|
} catch (PDOException $e) {
|
||||||
echo "Database Error: " . $e->getMessage();
|
|
||||||
|
|
||||||
sendEppError($conn, 2400, 'Database error');
|
sendEppError($conn, 2400, 'Database error');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue