Commit ea9ae3a8c28567b029a7ce77257a7ef692ca9f47
1 parent
9baa8f80
added fullstop
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2295 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php
| ... | ... | @@ -36,7 +36,7 @@ if (checkSession()) { |
| 36 | 36 | $oUser = User::get($_SESSION["userID"]); |
| 37 | 37 | $sMessage = "<font face=\"arial\" size=\"2\">"; |
| 38 | 38 | if (isset($fToName)) { |
| 39 | - $sMessage .= "$fToName,<br><br>Your colleague, " . $oUser->getName() . ", wishes you to view the document entitled '" . $oDocument->getName() . "'.\n Click on the hyperlink below to view it"; | |
| 39 | + $sMessage .= "$fToName,<br><br>Your colleague, " . $oUser->getName() . ", wishes you to view the document entitled '" . $oDocument->getName() . "'.\n Click on the hyperlink below to view it."; | |
| 40 | 40 | } else { |
| 41 | 41 | $sMessage .= "Your colleague, " . $oUser->getName() . ", wishes you to view the document entitled '" . $oDocument->getName() . "'.\n Click on the hyperlink below to view it."; |
| 42 | 42 | } | ... | ... |