From 7bdb8d1c0e360c967fa3ff4808f2ba5bebfc3fe6 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Sat, 03 Dec 2005 05:56:08 -0500
Subject: [PATCH]
---
interface/web/dns/soa_edit.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/interface/web/dns/soa_edit.php b/interface/web/dns/soa_edit.php
index 4f3179b..77fc417 100644
--- a/interface/web/dns/soa_edit.php
+++ b/interface/web/dns/soa_edit.php
@@ -56,6 +56,9 @@
function onSubmit() {
global $app, $conf;
+ $app->uses('validate_dns');
+ $app->tform->errorMessage .= $app->validate_dns->validate_soa($this->dataRecord);
+
// update serial
$soa = $app->db->queryOneRecord("SELECT * FROM soa WHERE id = ".$this->dataRecord["id"]);
$serial = $soa['serial'];
--
Gitblit v1.9.1