ChangeSet ID: 31096 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/04/23 18:38:30 Modified files: include : testData.php Log message: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Fix typo in testData::update() causing the new release info to be absent from the mail sent Patch: http://cvs.winehq.org/patch.py?id=31096 Old revision New revision Changes Path 1.48 1.49 +1 -1 appdb/include/testData.php Index: appdb/include/testData.php diff -u -p appdb/include/testData.php:1.48 appdb/include/testData.php:1.49 --- appdb/include/testData.php:1.48 23 Apr 2007 23:38:30 -0000 +++ appdb/include/testData.php 23 Apr 2007 23:38:30 -0000 @@ -165,7 +165,7 @@ class testData{ if($this->sTestedRelease != $oOldTest->sTestedRelease) { $sWhatChanged .= "Tested release was changed from ". - $oOldTest->sTestedRelease." to $this->stestedRelease.\n"; + $oOldTest->sTestedRelease." to $this->sTestedRelease.\n"; } if(query_parameters("UPDATE testResults SET
participants (1)
-
WineHQ