Merge branch 'ent-7172-11510-anadir-agent-name-a-eventos-rss' into 'develop'

Ent 7172 11510 anadir agent name a eventos rss

See merge request artica/pandorafms!5422
This commit is contained in:
Diego Muñoz-Reja 2023-01-30 08:17:39 +00:00
commit 5a3a86dd02
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ try {
$rss .= xml_entry('link', $url.'index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$row['id_agente']);
}
$rss .= xml_entry('author', $row['agent_name']);
$rss .= xml_entry('comments', $row['']);
$rss .= xml_entry('pubDate', $row['timestamp']);
$rss .= xml_entry('category', $row['source']);