Fix note update mails to include changes again. Append the version url to the message text

instead of overwriting it
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-27 23:33:34 +00:00
committed by WineHQ
parent e87db015c2
commit 2f3587f15d

View File

@@ -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":