diff --git a/interface/lib/classes/tform.inc.php b/interface/lib/classes/tform.inc.php index 251a9f91c24e3641a5629c5675c005ba63d490af..8e07f139c319a1f46e2a2a4ecae3e381a391a59d 100644 --- a/interface/lib/classes/tform.inc.php +++ b/interface/lib/classes/tform.inc.php @@ -388,7 +388,7 @@ class tform { $out .= "\r\n"; } } - $new_record[$key] = $out; + if(isset($out)) $new_record[$key] = $out; break; case 'MULTIPLE': if(is_array($field['value'])) { diff --git a/interface/web/dns/dns_soa_edit.php b/interface/web/dns/dns_soa_edit.php index 48e9a7c04fa34dd4174ceeed3120aec25482b9af..0526e5e3cd72f4f682af137dbe93ab2803471b82 100644 --- a/interface/web/dns/dns_soa_edit.php +++ b/interface/web/dns/dns_soa_edit.php @@ -87,7 +87,7 @@ class page_action extends tform_actions { if($_SESSION["s"]["user"]["typ"] == 'admin') $client_select .= ""; 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 .= "\r\n"; } } diff --git a/interface/web/help/lib/lang/en_support_message_list.lng b/interface/web/help/lib/lang/en_support_message_list.lng index ce62580969b205da35b816808a3565fc2ad64e27..371d037a63c2662bf314937f7512a95c13a6166b 100644 --- a/interface/web/help/lib/lang/en_support_message_list.lng +++ b/interface/web/help/lib/lang/en_support_message_list.lng @@ -1,11 +1,12 @@ - \ No newline at end of file