From: hickert Date: Mon, 28 Sep 2009 06:24:32 +0000 (+0000) Subject: Updated license usage calls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=862416e7aef8aff45632678f61485a3b5e0fa580;p=gosa.git Updated license usage calls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14359 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/opsi/admin/opsiLicenses/class_opsiLicenseHandler.inc b/gosa-plugins/opsi/admin/opsiLicenses/class_opsiLicenseHandler.inc index 0a99b2223..077b02e42 100644 --- a/gosa-plugins/opsi/admin/opsiLicenses/class_opsiLicenseHandler.inc +++ b/gosa-plugins/opsi/admin/opsiLicenses/class_opsiLicenseHandler.inc @@ -363,7 +363,7 @@ class opsiLicenceHandler extends opsi { $data= array(); $data['productId'] = htmlentities($productId); $res = $this->send_data("gosa_opsi_getLicenseInformationForProduct",$this->target,$data,TRUE); - if(isset($res['XML'][0]['ANSWER_OPSI_UNASSIGNALLSOFTWARELICENSESFROMHOST'])){ + if(isset($res['XML'][0]['ANSWER_OPSI_GETLICENSEINFORMATIONFORPRODUCT'])){ return($res['XML'][0]); } return(FALSE);