From 9312f6063c7642b44dd5a3473e11e47f4a247261 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Wed, 9 Feb 2005 23:57:44 +0000 Subject: [PATCH] The maintainer rating and tested version were not appearing anymore --- include/version.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/version.php b/include/version.php index 17fb55c..57f0b2a 100644 --- a/include/version.php +++ b/include/version.php @@ -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; }