mcramer
2012-11-05 b3b0e7b52d2340863fdfe795329e95d8d89fbc7a
interface/web/sites/web_aliasdomain_edit.php
@@ -99,7 +99,7 @@
               if ($domain['domain'] == $this->dataRecord["domain"]) {
                  $domain_select .= " selected";
               }
               $domain_select .= ">" . $domain['domain'] . "</option>\r\n";
               $domain_select .= ">" . $app->functions->idn_decode($domain['domain']) . "</option>\r\n";
            }
         }
         else {