mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 09:11:29 +02:00
Further small changes on roids
This commit is contained in:
parent
93f1cd7674
commit
e760d41b8a
3 changed files with 3 additions and 3 deletions
|
@ -249,7 +249,7 @@ try {
|
|||
|
||||
foreach ($contacts as $contact) {
|
||||
$xml->startElement('rdeContact:contact');
|
||||
$xml->writeElement('rdeContact:id', $contact['id']);
|
||||
$xml->writeElement('rdeContact:id', $contact['identifier']);
|
||||
$xml->writeElement('rdeContact:roid', 'C' . $contact['id'] . '-' . $c['roid']);
|
||||
$xml->startElement('rdeContact:status');
|
||||
$xml->writeAttribute('s', 'ok');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue