ChangeSet ID: 25854 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/19 23:05:55
Modified files: . : appsubmit.php
Log message: "EA Durbin" ead1234@hotmail.com class testResult() doesn't exist, include/testResults.php is the name but the class is testData. Correct spelling of testData().
Patch: http://cvs.winehq.org/patch.py?id=25854
Old revision New revision Changes Path 1.40 1.41 +2 -2 appdb/appsubmit.php
Index: appdb/appsubmit.php diff -u -p appdb/appsubmit.php:1.40 appdb/appsubmit.php:1.41 --- appdb/appsubmit.php:1.40 20 Jun 2006 4: 5:55 -0000 +++ appdb/appsubmit.php 20 Jun 2006 4: 5:55 -0000 @@ -128,11 +128,11 @@ if ($aClean['sub']) if($hResult) { $oRow = mysql_fetch_object($hResult); - $oTest = new testdata($oRow->testingId); + $oTest = new testData($oRow->testingId); } else { - $oTest = new testResult(); + $oTest = new testData(); }
//process according to sub flag