Change mysqltimestamp_to_unixtimestamp() to mysqldatetime_to_unixtimestamp() because we are operating on a datetime

This commit is contained in:
Tony Lambregts
2005-10-28 00:21:37 +00:00
committed by WineHQ
parent fdf642ce89
commit 8c6c609089

View File

@@ -377,7 +377,7 @@ class testData{
echo '<a href="'.BASE.'distributionView.php?iDistributionId='.$oTest->iDistributionId.'">',"\n";
echo $oDistribution->sName.'</a>',"\n";
echo ' </td>',"\n";
echo ' <td>'.date("M d Y", mysqltimestamp_to_unixtimestamp($oTest->sTestedDate)).'</td>',"\n";
echo ' <td>'.date("M d Y", mysqldatetime_to_unixtimestamp($oTest->sTestedDate)).'</td>',"\n";
echo ' <td>'.$oTest->sTestedRelease.'&nbsp</td>',"\n";
echo ' <td>'.$oTest->sInstalls.'&nbsp</td>',"\n";
echo ' <td>'.$oTest->sRuns.'&nbsp</td>',"\n";