Use the version submission time for versions and not the application the version was submitted for.
This commit is contained in:
@@ -364,7 +364,7 @@ else
|
|||||||
$sVendor = $oVendor->sName;
|
$sVendor = $oVendor->sName;
|
||||||
if ($c % 2 == 1) { $bgcolor = 'color0'; } else { $bgcolor = 'color1'; }
|
if ($c % 2 == 1) { $bgcolor = 'color0'; } else { $bgcolor = 'color1'; }
|
||||||
echo "<tr class=\"$bgcolor\">\n";
|
echo "<tr class=\"$bgcolor\">\n";
|
||||||
echo " <td>".print_date(mysqltimestamp_to_unixtimestamp($oApp->sSubmitTime))."</td>\n";
|
echo " <td>".print_date(mysqltimestamp_to_unixtimestamp($oVersion->sSubmitTime))."</td>\n";
|
||||||
echo " <td>\n";
|
echo " <td>\n";
|
||||||
echo $oSubmitter->sEmail ? "<a href=\"mailto:".$oSubmitter->sEmail."\">":"";
|
echo $oSubmitter->sEmail ? "<a href=\"mailto:".$oSubmitter->sEmail."\">":"";
|
||||||
echo $oSubmitter->sRealname;
|
echo $oSubmitter->sRealname;
|
||||||
|
|||||||
Reference in New Issue
Block a user