Skip to content

Commit 9eb0a72

Browse files
author
Marius Burkard
committed
- smaller change to handling of domain (!628)
1 parent b01c84c commit 9eb0a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/sites/web_sites_stats.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ function prepareDataRow($rec)
3030
{
3131
global $app;
3232

33+
$domain = $rec['domain'];
3334
$rec = $app->listform->decode($rec);
34-
$domain = $app->functions->idn_encode(html_entity_decode($rec['domain']));
35-
35+
3636
//* Alternating datarow colors
3737
$this->DataRowColor = ($this->DataRowColor == '#FFFFFF') ? '#EEEEEE' : '#FFFFFF';
3838
$rec['bgcolor'] = $this->DataRowColor;

0 commit comments

Comments
 (0)