From 228610997e7cec82476bb511031d8df6991e1f10 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sun, 25 Aug 2024 01:09:06 +0200 Subject: [PATCH] Changed lists for moderated and moderating instances from unordered to ordered --- web/site/instances.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/site/instances.php b/web/site/instances.php index 595e6e9..a570c6c 100644 --- a/web/site/instances.php +++ b/web/site/instances.php @@ -738,7 +738,7 @@ while ($if<$il && $row=mysqli_fetch_assoc($res)) { $sevmap=['silence'=>_('limited'), 'suspend'=>_('suspended')]; $rres=tquery("SELECT Domain, Severity, Comment, ID, IsMastodon, LastOkCheckTS FROM InstBlocks LEFT JOIN Instances ON URI=Domain WHERE InstID={$row['ID']} ORDER BY Domain ASC",__LINE__); if (mysqli_num_rows($rres)>0) { - $out.=''.N; + $out.=''.N; } else { $out.=''._('None').''; } @@ -764,7 +764,7 @@ while ($if<$il && $row=mysqli_fetch_assoc($res)) { $sevmap=['silence'=>_('limitation'), 'suspend'=>_('suspension')]; $rres=tquery("SELECT Severity, Comment, ID, URI, IsMastodon, LastOkCheckTS FROM InstBlocks LEFT JOIN Instances ON ID=InstID WHERE Domain=\"{$row['URI']}\" ORDER BY URI ASC",__LINE__); if (mysqli_num_rows($rres)>0) { - $out.=''.N; + $out.=''.N; } else { $out.=''._('None').''; }