From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/dns/form/dns_aaaa.tform.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/interface/web/dns/form/dns_aaaa.tform.php b/interface/web/dns/form/dns_aaaa.tform.php index de7de68..d674913 100644 --- a/interface/web/dns/form/dns_aaaa.tform.php +++ b/interface/web/dns/form/dns_aaaa.tform.php @@ -32,6 +32,7 @@ */ +global $app; $form["title"] = "DNS AAAA"; $form["description"] = ""; @@ -69,7 +70,7 @@ 'zone' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', - 'default' => @intval($_REQUEST["zone"]), + 'default' => @$app->functions->intval($_REQUEST["zone"]), 'value' => '', 'width' => '30', 'maxlength' => '255' -- Gitblit v1.9.1