summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 89d4d82)
raw | patch | inline | side by side (parent: 89d4d82)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 15:47:05 +0000 (15:47 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc b/gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc
index 449b94b1180872b9604b5220153e8cf94520a7ae..1eea95508b7cf07409b057c96ecc2abc82d40c27 100644 (file)
}
- // 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 = "";