summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 35f04cb)
raw | patch | inline | side by side (parent: 35f04cb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:03:42 +0000 (09:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:03:42 +0000 (09:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16427 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_termDNS.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_termDNS.inc b/gosa-plugins/systems/admin/systems/class_termDNS.inc
index c3806820105ab012dc51e1928edf2d20c0de74eb..591999a25fc968ddacb97d5a65aa484827d05737 100644 (file)
function execute()
{
+ plugin::execute();
+
/* Call parent execute */
$smarty= get_smarty();
$smarty->assign("autonetACL",$this->acl_is_writeable("macAddress") && $this->acl_is_writeable("ipHostNumber")?"rw":"");