From a470e23a38353f28bffbfb89cf55a4dc200f7fba Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 28 Feb 2003 11:20:51 +0000 Subject: [PATCH] corrected to display document modification datetime --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 0cbf27b..301065e 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -30,7 +30,7 @@ function renderDocumentData($oDocument) { "WHERE D.id = " . $oDocument->getID() . " " . "AND TT.name LIKE 'Create'"; - $aColumns = array("name", "last_modified", "created", "initiator", "version", "status"); + $aColumns = array("name", "modified", "created", "initiator", "version", "status"); $aColumnNames = array("Document title", "Last updated", "Created", "Document initiator", "Version", "Status"); $aColumnTypes = array(1,1,1,1,1); $oPatternListFromQuery = & new PatternListFromQuery($sQuery, $aColumns, $aColumnNames, $aColumnTypes); -- libgit2 0.21.4