Code

Removed comment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Apr 2010 15:47:05 +0000 (15:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Apr 2010 15:47:05 +0000 (15:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17531 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 449b94b1180872b9604b5220153e8cf94520a7ae..1eea95508b7cf07409b057c96ecc2abc82d40c27 100644 (file)
@@ -257,12 +257,9 @@ class licensePoolGeneric extends plugin
   }
 
 
-  // Creates a divSelectBox and fills it with license entries
   function getLicenseList()
   {
-
     $data = $lData = array();
-
     if($this->acl_is_readable("licenses")){
       foreach($this->licenses as $i => $license){
         $maxInst = "";