Code

Removed usePrototype flag, its activated always now.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Apr 2010 12:13:31 +0000 (12:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Apr 2010 12:13:31 +0000 (12:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17948 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc

index 70920c79500b35ed08b5ee35012442ea0d148b87..4c89157c54b5a2c2e106ebbe8f0222600636102a 100644 (file)
@@ -232,7 +232,7 @@ class roleGeneric extends plugin {
 
     // Get smarty instance and assign required variables.
     $smarty = get_smarty();
-    $smarty->assign("usePrototype", "true");
+
     $smarty->assign("base", $this->baseSelector->render());
     $smarty->assign("memberList",$this->memberList->render());
     foreach($this->attributes as $attr){