From ea9ae3a8c28567b029a7ce77257a7ef692ca9f47 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 4 Jul 2003 09:33:27 +0000 Subject: [PATCH] added fullstop --- 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 0d0c981..b16550c 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php @@ -36,7 +36,7 @@ if (checkSession()) { $oUser = User::get($_SESSION["userID"]); $sMessage = ""; if (isset($fToName)) { - $sMessage .= "$fToName,

Your colleague, " . $oUser->getName() . ", wishes you to view the document entitled '" . $oDocument->getName() . "'.\n Click on the hyperlink below to view it"; + $sMessage .= "$fToName,

Your colleague, " . $oUser->getName() . ", wishes you to view the document entitled '" . $oDocument->getName() . "'.\n Click on the hyperlink below to view it."; } else { $sMessage .= "Your colleague, " . $oUser->getName() . ", wishes you to view the document entitled '" . $oDocument->getName() . "'.\n Click on the hyperlink below to view it."; } -- libgit2 0.21.4