From 3f50153d7928c92b57fda3b4e39b8b95a9fea018 Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 2 Aug 2005 09:09:11 +0000 Subject: [PATCH] Don't update last modified time when a file is checked out. --- presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php index a0e2a30..f501f57 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php @@ -78,8 +78,6 @@ if (checkSession()) { $oDocument->setIsCheckedOut(true); // set the user checking the document out $oDocument->setCheckedOutUserID($_SESSION["userID"]); - // update modification time - $oDocument->setLastModifiedDate(getCurrentDateTime()); // update it if ($oDocument->update()) { -- libgit2 0.21.4