Include bug id in more buglink mails
This commit is contained in:
committed by
WineHQ
parent
299f2b3c2a
commit
d209c56979
@@ -197,11 +197,13 @@ class Bug {
|
|||||||
if(!$bRejected)
|
if(!$bRejected)
|
||||||
{
|
{
|
||||||
$sSubject = "Submitted Bug Link accepted";
|
$sSubject = "Submitted Bug Link accepted";
|
||||||
$sMsg = "The Bug Link you submitted for ".$sAppName." has been accepted.";
|
$sMsg = "The bug link you submitted between Bug ".$this->iBug_id." and ".
|
||||||
|
$sAppName." has been accepted.";
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
$sSubject = "Submitted Bug Link rejected";
|
$sSubject = "Submitted Bug Link rejected";
|
||||||
$sMsg = "The Bug Link you submitted for ".$sAppName." has been rejected.";
|
$sMsg = "The bug link you submitted between Bug ".$this->iBug_id." and ".
|
||||||
|
$sAppName." has been deleted.";
|
||||||
}
|
}
|
||||||
$sMsg .= $aClean['sReplyText']."\n";
|
$sMsg .= $aClean['sReplyText']."\n";
|
||||||
$sMsg .= "We appreciate your help in making the Application Database better for all users.";
|
$sMsg .= "We appreciate your help in making the Application Database better for all users.";
|
||||||
|
|||||||
Reference in New Issue
Block a user