tbrehm
2008-05-28 2f07ae7b851106a634c3fb0923e4bb7f3eaf32e4
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";
            }
         }