queued items: Fix display of test report dates

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-01-02 18:19:13 +01:00
committed by Chris Morgan
parent 7273d4cc24
commit 47f150b4ce

View File

@@ -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)
{