Code

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

gosa-core/plugins/admin/ogroups/class_ogroup.inc

index e3f3768fe286c87eafe0b2f4d6b5a377785ba203..614b4a1f537b131c1784662dd8b0a541b1677ff1 100644 (file)
@@ -257,7 +257,7 @@ class ogroup extends plugin
 
     /* Load templating engine */
     $smarty= get_smarty();
-    $smarty->assign("usePrototype", "true");
+
 
     $tmp = $this->plInfo();
     foreach($tmp['plProvidedAcls'] as $name => $translation){