mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-04 10:03:19 +02:00
Small epp fix
This commit is contained in:
parent
a905d554b0
commit
7e215b4932
1 changed files with 1 additions and 1 deletions
|
@ -1295,7 +1295,7 @@ function processDomainCreate($conn, $db, $xml, $clid, $database_type, $trans, $m
|
||||||
':date_add2' => $date_add,
|
':date_add2' => $date_add,
|
||||||
':registrar_id' => $clid,
|
':registrar_id' => $clid,
|
||||||
':phase_name' => $launch_phase_name ?? null,
|
':phase_name' => $launch_phase_name ?? null,
|
||||||
':tm_phase' => $launch_phase ?? null,
|
':tm_phase' => $launch_phase ?? 'none',
|
||||||
':tm_smd_id' => $smd_encodedSignedMark ?? null,
|
':tm_smd_id' => $smd_encodedSignedMark ?? null,
|
||||||
':tm_notice_id' => $noticeid ?? null,
|
':tm_notice_id' => $noticeid ?? null,
|
||||||
':tm_notice_accepted' => $accepted ?? null,
|
':tm_notice_accepted' => $accepted ?? null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue