mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:21:59 +01:00
Cosmetic fix for mailstat.php
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
98b614fb37
commit
3d4177e6f3
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user