Cosmetic fix for mailstat.php

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2022-10-29 15:06:29 +02:00
parent 98b614fb37
commit 3d4177e6f3

View File

@ -17,7 +17,7 @@ $lopts = array(
'stop:', 'stop:',
'help' 'help'
); );
$options = getopt($opts, $lopts); $options = getopt($opts, $lopts);
if(isset($options['help']) || isset($options['h']) ) 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) { foreach ($data as $q) {
print $q['num'] . "\t" . $q['type'] . "\t" . $q[EMAIL] . "\n"; print $q['num'] . "\t" . $q['type'] . "\t" . $q[EMAIL] . "\n";