From bc3052e04a0be12107e06ff69d79a600e4ac2347 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:14:03 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17959 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../dns/admin/systems/services/dns/class_servDNSeditZone.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/dns/admin/systems/services/dns/class_servDNSeditZone.inc b/gosa-plugins/dns/admin/systems/services/dns/class_servDNSeditZone.inc index 65e75c919..bd3b793a5 100644 --- a/gosa-plugins/dns/admin/systems/services/dns/class_servDNSeditZone.inc +++ b/gosa-plugins/dns/admin/systems/services/dns/class_servDNSeditZone.inc @@ -221,7 +221,7 @@ class servdnseditZone extends plugin /* Fill templating stuff */ $smarty= get_smarty(); - $smarty->assign("usePrototype", "true"); + $smarty->assign("Zone_is_used",$this->Zone_is_used); $ui = get_userinfo(); -- 2.30.2