Code

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

gosa-plugins/opsi/admin/opsiLicenses/class_licenseGeneric.inc

index 775adf0a6c9cdce1ebf0f58df3e2ecf496877269..dca2b539722ed4e048a8ceea03569852f065c516 100644 (file)
@@ -129,7 +129,7 @@ class licenseGeneric extends plugin
           "OEM"=>_("OEM"),
           "VOLUME" => _("Volume")));
 
-    $smarty->assign("usePrototype", "true");
+
     $smarty->assign("init_successfull", $this->init_successfull);
     $smarty->assign("initially_was_account", $this->initially_was_account);
     $smarty->assign("hosts", $this->getHosts());