From 47e3bb63b47a6b6eeae8e5a646274083bdab60db Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 23 May 2008 11:07:01 -0400
Subject: [PATCH] Fixed errors in dbsync form.

---
 interface/web/dns/form/dns_rp.tform.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/dns/form/dns_rp.tform.php b/interface/web/dns/form/dns_rp.tform.php
index 9d80a35..ac77e97 100644
--- a/interface/web/dns/form/dns_rp.tform.php
+++ b/interface/web/dns/form/dns_rp.tform.php
@@ -69,7 +69,7 @@
 		'zone' => array (
 			'datatype'	=> 'INTEGER',
 			'formtype'	=> 'TEXT',
-			'default'	=> intval($_REQUEST["zone"]),
+			'default'	=> @intval($_REQUEST["zone"]),
 			'value'		=> '',
 			'width'		=> '30',
 			'maxlength'	=> '255'

--
Gitblit v1.9.1