queued items: Fix display of test report dates
This commit is contained in:
committed by
Chris Morgan
parent
7273d4cc24
commit
47f150b4ce
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user