Fix date display in appData lists
This commit is contained in:
committed by
WineHQ
parent
8e6db0334b
commit
2e46a5a04d
@@ -354,7 +354,7 @@ class appData
|
|||||||
$oApp = new Application($this->iAppId);
|
$oApp = new Application($this->iAppId);
|
||||||
$oUser = new User($this->iSubmitterId);
|
$oUser = new User($this->iSubmitterId);
|
||||||
$aCells = array(
|
$aCells = array(
|
||||||
print_date(mysqldatetime_to_unixtimestamp($this->sSubmitTime)),
|
print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)),
|
||||||
$oUser->sRealname,
|
$oUser->sRealname,
|
||||||
$oApp->sName,
|
$oApp->sName,
|
||||||
$this->iVersionId ? $oVersion->sName : "N/A");
|
$this->iVersionId ? $oVersion->sName : "N/A");
|
||||||
|
|||||||
Reference in New Issue
Block a user