From 47f150b4ce2305184ac2e923f06809113b574b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Wed, 2 Jan 2008 18:19:13 +0100 Subject: [PATCH] queued items: Fix display of test report dates --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testData.php b/include/testData.php index e3a3c29..7fd0e31 100644 --- a/include/testData.php +++ b/include/testData.php @@ -1106,7 +1106,7 @@ class testData{ $oTableRow->AddTextCell(version::fullNameLink($oRow->versionId)); $oTableRow->AddTextCell($oRow->testedRating); $oTableRow->AddTextCell($oRow->testedRelease); - $oTableRow->AddTextCell(print_date(mysqldatetime_to_unixtimestamp($oRow->submitTim))); + $oTableRow->AddTextCell(print_date(mysqldatetime_to_unixtimestamp($oRow->submitTime))); if($bQueued) {