From 3514d68ba967000916cfc61de0e090b9ddac2f72 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Wed, 18 May 2005 22:02:25 +0000 Subject: [PATCH] Fix email subject line. --- presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php index 8a82bc0..7c02a67 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php @@ -120,7 +120,7 @@ function sendEmail($sDestEmailAddress, $sDestUserName, $fDocumentID, $sDocumentN $sMessage .= "

Comments:
$sComment"; } $sMessage .= ""; - $sTitle = "Link: " . $sDocumentName . " from " . $sSendingUserName; + $sTitle = "Link: " . $sDocumentName . " from " . $oSendingUserName->getName(); //email the hyperlink $oEmail = new Email(); if ($oEmail->send($sDestEmailAddress, $sTitle, $sMessage)) { -- libgit2 0.21.4