From db705b45a979e4c0a11117af11412521e57c1e97 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 4 Sep 2014 05:33:56 +0100 Subject: [PATCH] 2009/10/10 02:37:41 +0100 claunia: Version now adds and edits system. --- include/version.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/version.php b/include/version.php index dda91f0..6a6a242 100644 --- a/include/version.php +++ b/include/version.php @@ -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) {