Revert the rename of <groups>
This commit is contained in:
parent
e28072f548
commit
d31c372376
|
@ -220,11 +220,11 @@ function ping_init(&$a) {
|
||||||
<home>$home</home>\r\n";
|
<home>$home</home>\r\n";
|
||||||
if ($register!=0) echo "<register>$register</register>";
|
if ($register!=0) echo "<register>$register</register>";
|
||||||
if ( count($network_group) ) {
|
if ( count($network_group) ) {
|
||||||
echo '<group_posts>';
|
echo '<groups>';
|
||||||
foreach ($network_group as $it) {
|
foreach ($network_group as $it) {
|
||||||
echo '<group id="' . $it['id'] . '">' . $it['count'] . "</group>";
|
echo '<group id="' . $it['id'] . '">' . $it['count'] . "</group>";
|
||||||
}
|
}
|
||||||
echo "</group_posts>";
|
echo "</groups>";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<all-events>$all_events</all-events>
|
echo "<all-events>$all_events</all-events>
|
||||||
|
|
Loading…
Reference in a new issue