Module: appdb Branch: master Commit: 89299badedbe67c502057ba83f9a16df7b48eda6 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=89299badedbe67c502057ba83...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Fri Jan 18 23:03:54 2008 +0100
Update rating info when submitting un-queued test data
---
include/testData.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/testData.php b/include/testData.php index bca9a28..3861126 100644 --- a/include/testData.php +++ b/include/testData.php @@ -93,7 +93,7 @@ class testData{ $this->testData($this->iTestingId); $this->SendNotificationMail();
- if(!$this->sState == 'accepted') + if($this->sState == 'accepted') $oVersion->updateRatingInfo(); return true; }