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()) {