Code

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

gosa-plugins/fai/admin/fai/class_faiProfile.inc

index 6de7c70ab68c3b6f187c4095644c60a62b9a7eb7..ee9e9fbcc40ce98bc9c5355c52bbe1e2388b9be2 100644 (file)
@@ -285,7 +285,7 @@ class faiProfile extends plugin
         $this->classList->setListData($data,$lData);
         $this->classList->update();
 
-        $smarty->assign("usePrototype", "true");
+
         $smarty->assign("freeze", preg_match("/freeze/i",$this->FAIstate));
         $smarty->assign("FAIclasses"  ,$this->FAIclasses);
         $smarty->assign("listing"     ,$this->classList->render());