From: cajus Date: Mon, 27 Mar 2006 07:43:06 +0000 (+0000) Subject: Removed comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0556aab88ed0a3ce9955e0e2eed110af444077d2;p=gosa.git Removed comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2910 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index 793d86ab1..d55db1094 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -177,7 +177,7 @@ class workgeneric extends plugin $smarty->assign("actionACL", chkacl($this->acl, 'action')); /* Show main page */ - #$smarty->assign("netconfig", $this->netConfigDNS->execute()); + $smarty->assign("netconfig", $this->netConfigDNS->execute()); return($smarty->fetch (get_template_path('workstation.tpl', TRUE))); }