From 615c68688319a228ce223434086c598add3bfdaa Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:13:11 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17941 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/departments/class_department.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/admin/departments/class_department.inc b/gosa-core/plugins/admin/departments/class_department.inc index 9ae9810b8..708cae957 100644 --- a/gosa-core/plugins/admin/departments/class_department.inc +++ b/gosa-core/plugins/admin/departments/class_department.inc @@ -172,7 +172,7 @@ class department extends plugin $this->config->get_departments($this->dn); $this->config->make_idepartments(); $smarty= get_smarty(); - $smarty->assign("usePrototype", "true"); + // Clear manager attribute if requested if(preg_match("/ removeManager/i", " ".implode(array_keys($_POST),' ')." ")){ -- 2.30.2