2009/10/10 02:37:41 +0100 claunia: Version now adds and edits system.
This commit is contained in:
@@ -761,7 +761,7 @@ class version {
|
|||||||
$this->sName = $aValues['sVersionName'];
|
$this->sName = $aValues['sVersionName'];
|
||||||
$this->sDescription = $aValues['shVersionDescription'];
|
$this->sDescription = $aValues['shVersionDescription'];
|
||||||
$this->sLicense = $aValues['sLicense'];
|
$this->sLicense = $aValues['sLicense'];
|
||||||
$this->iqsysId = $avalue['iqsysId'];
|
$this->iqsysId = $aValues['iqsysId'];
|
||||||
$this->iMaintainerRequest = $aValues['iMaintainerRequest'];
|
$this->iMaintainerRequest = $aValues['iMaintainerRequest'];
|
||||||
|
|
||||||
if($aValues['bObsolete'] == "true")
|
if($aValues['bObsolete'] == "true")
|
||||||
@@ -1461,6 +1461,7 @@ class version {
|
|||||||
return $sReturn;
|
return $sReturn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// QEMU
|
||||||
// returns a string containing the html for a selection list
|
// returns a string containing the html for a selection list
|
||||||
public function makeSystemsList($iqsysId = NULL)
|
public function makeSystemsList($iqsysId = NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user