tbrehm
2008-05-23 a35d61ea50f77c5ddc104cd0d5dd95fb2432d9b8
interface/web/dns/dns_soa_edit.php
@@ -87,7 +87,7 @@
         if($_SESSION["s"]["user"]["typ"] == 'admin') $client_select .= "<option value='0'></option>";
         if(is_array($clients)) {
            foreach( $clients as $client) {
               $selected = ($client["groupid"] == $this->dataRecord["sys_groupid"])?'SELECTED':'';
               $selected = ($client["groupid"] == @$this->dataRecord["sys_groupid"])?'SELECTED':'';
               $client_select .= "<option value='$client[groupid]' $selected>$client[name]</option>\r\n";
            }
         }