ChangeSet ID: 31135 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/05/25 20:39:46
Modified files: include : bugs.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Include bug id in more buglink mails
Patch: http://cvs.winehq.org/patch.py?id=31135
Old revision New revision Changes Path 1.24 1.25 +4 -2 appdb/include/bugs.php
Index: appdb/include/bugs.php diff -u -p appdb/include/bugs.php:1.24 appdb/include/bugs.php:1.25 --- appdb/include/bugs.php:1.24 26 May 2007 1:39:46 -0000 +++ appdb/include/bugs.php 26 May 2007 1:39:46 -0000 @@ -197,11 +197,13 @@ class Bug { if(!$bRejected) { $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 { $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 .= "We appreciate your help in making the Application Database better for all users.";