Tiny fix on contact create

This commit is contained in:
Pinga 2023-08-18 17:44:47 +03:00
parent ac0a2773f4
commit 8c3d466578

View file

@ -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;
}