2009/10/10 02:37:41 +0100 claunia: Version now adds and edits system.

This commit is contained in:
2014-09-04 05:33:56 +01:00
parent 5e8a2f3041
commit db705b45a9

View File

@@ -761,7 +761,7 @@ class version {
$this->sName = $aValues['sVersionName'];
$this->sDescription = $aValues['shVersionDescription'];
$this->sLicense = $aValues['sLicense'];
$this->iqsysId = $avalue['iqsysId'];
$this->iqsysId = $aValues['iqsysId'];
$this->iMaintainerRequest = $aValues['iMaintainerRequest'];
if($aValues['bObsolete'] == "true")
@@ -1461,6 +1461,7 @@ class version {
return $sReturn;
}
// QEMU
// returns a string containing the html for a selection list
public function makeSystemsList($iqsysId = NULL)
{