From: hickert Date: Thu, 29 Apr 2010 12:14:03 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bc3052e04a0be12107e06ff69d79a600e4ac2347;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17959 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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();