From 8b0a3cf1c30ff03ef6286bf0a0e0c3528bb522d8 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 27 Jan 2009 11:02:19 -0500
Subject: [PATCH] Fixed: FS#475 - DNS - when adding an A record and clicking BACK you can see records for all domains
---
interface/web/dns/dns_soa_edit.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/dns/dns_soa_edit.php b/interface/web/dns/dns_soa_edit.php
index e9f0fe1..24ff164 100644
--- a/interface/web/dns/dns_soa_edit.php
+++ b/interface/web/dns/dns_soa_edit.php
@@ -110,7 +110,7 @@
unset($tmp);
// When the record is inserted
} else {
- // set the server ID to the default mailserver of the client
+ // set the server ID to the default dnsserver of the client
$this->dataRecord["server_id"] = $client["default_dnsserver"];
// Check if the user may add another maildomain.
--
Gitblit v1.9.1