diff --git a/include/application.php b/include/application.php index 33be7ac..4da7219 100644 --- a/include/application.php +++ b/include/application.php @@ -66,7 +66,6 @@ class Application { $this->iCatId = $oRow->catId; $this->iSubmitterId = $oRow->submitterId; $this->sSubmitTime = $oRow->submitTime; - $this->sDate = $oRow->submitTime; $this->sName = $oRow->appName; $this->sKeywords = $oRow->keywords; $this->sDescription = $oRow->description; diff --git a/include/version.php b/include/version.php index 9595c6b..eb57372 100644 --- a/include/version.php +++ b/include/version.php @@ -30,7 +30,6 @@ class Version { var $sTestedRating; var $sSubmitTime; var $iSubmitterId; - var $sDate; var $sQueued; var $sLicense; var $iMaintainerRequest; /* Temporary variable for version submisson. @@ -65,7 +64,6 @@ class Version { $this->iAppId = $oRow->appId; $this->iSubmitterId = $oRow->submitterId; $this->sSubmitTime = $oRow->submitTime; - $this->sDate = $oRow->submitTime; $this->sName = $oRow->versionName; $this->sDescription = $oRow->description; $this->sTestedRelease = $oRow->maintainer_release;