From 3d4177e6f3f9b40d31b1abbdd7cf944a569cf4e1 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 29 Oct 2022 15:06:29 +0200 Subject: [PATCH] Cosmetic fix for mailstat.php Signed-off-by: Janos SUTO --- util/mailstat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/mailstat.php b/util/mailstat.php index 22f7351c..871da696 100644 --- a/util/mailstat.php +++ b/util/mailstat.php @@ -17,7 +17,7 @@ $lopts = array( 'stop:', 'help' ); - + $options = getopt($opts, $lopts); if(isset($options['help']) || isset($options['h']) ) @@ -100,7 +100,7 @@ foreach($query->rows as $q) { } -array_multisort($data, SORT_DESC); +array_multisort($data, SORT_DESC); foreach ($data as $q) { print $q['num'] . "\t" . $q['type'] . "\t" . $q[EMAIL] . "\n";