From 2e46a5a04d121760d402017bd0ce8a8f350f2a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 24 Mar 2007 18:49:26 +0000 Subject: [PATCH] Fix date display in appData lists --- include/appData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");