tiny fixes in customer_email
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -130,10 +130,7 @@ if ($page == 'overview' || $page == 'emails') {
|
||||
));
|
||||
$domains = [];
|
||||
while ($row = $result_stmt->fetch(PDO::FETCH_ASSOC)) {
|
||||
$domains[] = [
|
||||
'label' => $idna_convert->decode($row['domain']),
|
||||
'value' => $row['domain']
|
||||
];
|
||||
$domains[$row['domain']] = $idna_convert->decode($row['domain']);
|
||||
}
|
||||
|
||||
if (count($domains) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user