Code

Removed usePrototype flag, its activated always now.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Apr 2010 12:13:11 +0000 (12:13 +0000)
committerhickert <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

index 9ae9810b8c69372b36063a7757578bdba44089b3..708cae957abfac6ab0681650adfc318dc4cb59b0 100644 (file)
@@ -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),' ')." ")){