The maintainer rating and tested version were not appearing anymore

This commit is contained in:
Jonathan Ernst
2005-02-09 23:57:44 +00:00
committed by WineHQ
parent b516f4a78f
commit 9312f6063c

View File

@@ -52,6 +52,8 @@ class Version {
$this->sName = $oRow->versionName;
$this->sKeywords = $oRow->keywords;
$this->sDescription = $oRow->description;
$this->sTestedRelease = $oRow->maintainer_release;
$this->sTestedRating = $oRow->maintainer_rating;
$this->sWebpage = $oRow->webPage;
$this->bQueued = $oRow->queued;
}