From 7edaf342a0fbb17838baf8aede1a7c5f5a60c090 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 5 Mar 2003 12:14:52 +0000 Subject: [PATCH] added todo --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php index 1e27b3d..d9afa9b 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php @@ -126,6 +126,7 @@ if (checkSession()) { // reset minor version number $oDocument->setMinorVersionNumber(0); $oDocument->update(); + // TODO: create a transaction? $oUser = User::get($oDocument->getCreatorID()); $sBody = $oUser->getUserName() . ", the collaboration process for the document, 'rootUrl/control.php?action=viewDocument&fDocumentID=" . $oDocument->getID() . "\">" . $oDocument->getName() . "', has been completed. "; -- libgit2 0.21.4