Code

Removed duplicetes braces
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Sep 2009 13:41:36 +0000 (13:41 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Sep 2009 13:41:36 +0000 (13:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14419 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index fe704d49e2a1dab00bd26fd92aef0ce05dc18f0d..b42007a147c759812f266465f091a0588872e25b 100644 (file)
@@ -259,9 +259,9 @@ class licensePoolGeneric extends plugin
 
         $maxInst = "";
         if($license['maximumInstallations'] == 0){
-          $maxInst = "("._("unlimited").")";
+          $maxInst = _("unlimited");
         }else{
-          $maxInst = "(".$license['maximumInstallations'].")";;
+          $maxInst = $license['maximumInstallations'];
         }
 
         $map = array(