summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49ac2df)
raw | patch | inline | side by side (parent: 49ac2df)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:13:11 +0000 (12:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:13:11 +0000 (12:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17941 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/class_department.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/class_department.inc b/gosa-core/plugins/admin/departments/class_department.inc
index 9ae9810b8c69372b36063a7757578bdba44089b3..708cae957abfac6ab0681650adfc318dc4cb59b0 100644 (file)
$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),' ')." ")){