Further small changes on roids

This commit is contained in:
Pinga 2024-03-06 01:32:53 +02:00
parent 93f1cd7674
commit e760d41b8a
3 changed files with 3 additions and 3 deletions

View file

@ -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');