ChangeSet ID: 25915 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/20 18:00:02
Modified files: admin : adminAppQueue.php
Log message: "EA Durbin" ead1234@hotmail.com Eliminate the use of the undefined testResult() class and correcting spelling of testData.
Patch: http://cvs.winehq.org/patch.py?id=25915
Old revision New revision Changes Path 1.55 1.56 +2 -2 appdb/admin/adminAppQueue.php
Index: appdb/admin/adminAppQueue.php diff -u -p appdb/admin/adminAppQueue.php:1.55 appdb/admin/adminAppQueue.php:1.56 --- appdb/admin/adminAppQueue.php:1.55 20 Jun 2006 23: 0: 2 -0000 +++ appdb/admin/adminAppQueue.php 20 Jun 2006 23: 0: 2 -0000 @@ -180,11 +180,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(); }
if($aClean['sub'] == 'add')