X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fadmin.php;h=547c37fb6c9191158f44cc5f82da9cde75107e28;hb=e51d559d6cc921fc72fa809cdc16c31b9b6f6e9a;hp=36b2ca730f3515b3e490460fff8b7c35de3703ed;hpb=212fc203d94c97a64ac9b2356977e68863940f2e;p=friendica.git diff --git a/mod/admin.php b/mod/admin.php index 36b2ca730f..547c37fb6c 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -289,7 +289,7 @@ function admin_page_federation(&$a) { // what versions for that platform do we know at all? // 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` != "" GROUP BY `version` ORDER BY `version`;', $p);