Revert the rename of <groups>

This commit is contained in:
Sandro Santilli 2015-11-08 15:56:43 +01:00
parent e28072f548
commit d31c372376
1 changed files with 2 additions and 2 deletions

View File

@ -220,11 +220,11 @@ function ping_init(&$a) {
<home>$home</home>\r\n";
if ($register!=0) echo "<register>$register</register>";
if ( count($network_group) ) {
echo '<group_posts>';
echo '<groups>';
foreach ($network_group as $it) {
echo '<group id="' . $it['id'] . '">' . $it['count'] . "</group>";
}
echo "</group_posts>";
echo "</groups>";
}
echo "<all-events>$all_events</all-events>