From 2f3587f15dd3b255c63f9d8e74e775f492078398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Fri, 27 Apr 2007 23:33:34 +0000 Subject: [PATCH] Fix note update mails to include changes again. Append the version url to the message text instead of overwriting it --- include/note.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/note.php b/include/note.php index 18408b0..b5e498e 100644 --- a/include/note.php +++ b/include/note.php @@ -139,7 +139,7 @@ class Note { { $oVersion = new version($this->iVersionId); $sAppName = version::fullName($this->iVersionId); - $sMsg = $oVersion->objectMakeUrl()."\n"; + $sMsg .= $oVersion->objectMakeUrl()."\n"; switch($sAction) { case "add":