Code

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

gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc

index efad4e1927e75003b18b3e34df5443a19b9a2900..390ca3b073c5d3d2e1adeddd8db3a44246cb23b0 100644 (file)
@@ -294,7 +294,7 @@ class mimetype extends plugin
     $this->embeddedList->setListData($data, $lData);
     $this->embeddedList->update();
 
-    $smarty->assign("usePrototype", "true");
+
     $smarty->assign("bases",                                           $this->get_allowed_bases());            
     $smarty->assign("base_select",                                     $this->base);           
     $smarty->assign("isReleaseMimeType",                       $this->is_release());