fix federation statistics

This commit is contained in:
rabuzarus 2016-06-12 19:15:12 +02:00
parent 64753f474c
commit b2ba25bd27
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ function admin_page_federation(&$a) {
// what versions for that platform do we know at all? // what versions for that platform do we know at all?
// again only the active nodes // again only the active nodes
$v = q('SELECT COUNT(*) AS `total, version` FROM `gserver` $v = q('SELECT COUNT(*) AS `total`, `version` FROM `gserver`
WHERE `last_contact` > `last_failure` AND `platform` LIKE "%s" AND `version` != "" WHERE `last_contact` > `last_failure` AND `platform` LIKE "%s" AND `version` != ""
GROUP BY `version` GROUP BY `version`
ORDER BY `version`;', $p); ORDER BY `version`;', $p);