Alexander Nicolaysen Sørnes : queued items: Fix display of test report dates
Module: appdb Branch: master Commit: 47f150b4ce2305184ac2e923f06809113b574b65 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=47f150b4ce2305184ac2e923f... Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Date: Wed Jan 2 18:19:13 2008 +0100 queued items: Fix display of test report dates --- include/testData.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) {
participants (1)
-
Chris Morgan