From 12a9ea5ab1752b57e06197f03c5c8ffadb39b8d9 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 13 Mar 2003 11:50:14 +0000 Subject: [PATCH] corrected collaboration email text --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php index 18ec48f..5f1a0d2 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php @@ -134,7 +134,7 @@ if (checkSession()) { // TODO: create a transaction? $oUser = User::get($oDocument->getCreatorID()); - $sBody = $oUser->getUserName() . ", the collaboration process for the document, '" . generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID(), $oDocument->getName()) . "', has been completed. "; + $sBody = $oUser->getName() . ", the collaboration process for the document, '" . generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID(), $oDocument->getName()) . "', has been completed. "; $oEmail = & new Email(); $oEmail->send($oUser->getEmail(), "Document collaboration complete", $sBody); -- libgit2 0.21.4