diff --git a/include/appData.php b/include/appData.php index cf4e6dd..3966463 100644 --- a/include/appData.php +++ b/include/appData.php @@ -354,7 +354,7 @@ class appData $oApp = new Application($this->iAppId); $oUser = new User($this->iSubmitterId); $aCells = array( - print_date(mysqldatetime_to_unixtimestamp($this->sSubmitTime)), + print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)), $oUser->sRealname, $oApp->sName, $this->iVersionId ? $oVersion->sName : "N/A");