From 4cfff787c076d963ff56103ef416a1ea661a375d Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Thu, 15 Dec 2005 11:41:04 -0500 Subject: [PATCH] --- interface/web/dns/soa_edit.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/interface/web/dns/soa_edit.php b/interface/web/dns/soa_edit.php index e75f969..e38109f 100644 --- a/interface/web/dns/soa_edit.php +++ b/interface/web/dns/soa_edit.php @@ -56,6 +56,11 @@ function onSubmit() { global $app, $conf; + if($app->tform->getCurrentTab() == 'rr'){ + parent::onSubmit(); + return true; + } + if($this->dataRecord['id'] > 0){ if(!$app->tform->checkPerm($this->dataRecord['id'],'u')) $app->error($app->tform->wordbook['error_no_permission']); } else { -- Gitblit v1.9.1