This commit is contained in:
Mike Macgirvin 2024-09-06 08:02:09 +10:00
parent 8ac4c182bf
commit 95261065bf

View file

@ -43,7 +43,8 @@ class Communities extends Controller
$r = q( $r = q(
"select count(site_url) as total from site "select count(site_url) as total from site
where site_flags != 256 and site_dead = 0 $sql_extra where site_flags != 256 and site_dead = 0 $sql_extra
group by site_update
order by site_update desc" order by site_update desc"
); );
if ($r) { if ($r) {