diff --git a/include/testResults.php b/include/testResults.php index a2682a0..297f032 100644 --- a/include/testResults.php +++ b/include/testResults.php @@ -325,7 +325,7 @@ class testData{ $hResult = query_appdb("SELECT * FROM testResults WHERE versionId = '".$iVersionId."' - ORDER BY testedRelease DESC ;"); + ORDER BY testedDate DESC ;"); if(!$hResult || mysql_num_rows($hResult) == 0) return false; } @@ -345,7 +345,7 @@ class testData{ $hResult = query_appdb("SELECT * FROM testResults WHERE versionId = '".$iVersionId."' - ORDER BY testedRelease DESC;"); + ORDER BY testedDate DESC;"); if(!$hResult || mysql_num_rows($hResult) == 0) return; echo '
Testing Results
',"\n";
@@ -354,7 +354,7 @@ class testData{
echo '