Fix typo in testData::update() causing the new release info to be absent from the mail sent

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-23 23:38:30 +00:00
committed by WineHQ
parent 9b4bb81aec
commit 42ecaf6eef

View File

@@ -165,7 +165,7 @@ class testData{
if($this->sTestedRelease != $oOldTest->sTestedRelease) if($this->sTestedRelease != $oOldTest->sTestedRelease)
{ {
$sWhatChanged .= "Tested release was changed from ". $sWhatChanged .= "Tested release was changed from ".
$oOldTest->sTestedRelease." to $this->stestedRelease.\n"; $oOldTest->sTestedRelease." to $this->sTestedRelease.\n";
} }
if(query_parameters("UPDATE testResults SET if(query_parameters("UPDATE testResults SET