Include the reason text in version added emails so we can see what maintainers

say to users when versions are accepted into the database.
This commit is contained in:
Chris Morgan
2005-06-23 00:34:31 +00:00
committed by WineHQ
parent ebade0ce2d
commit 437280be5f

View File

@@ -331,6 +331,8 @@ class Version {
$oSubmitter = new User($this->iSubmitterId);
$sMsg .= "This version has been submitted by ".$oSubmitter->sRealname.".";
$sMsg .= "\n";
$sMsg .= "Appdb admin reply text:\n";
$sMsg .= $_REQUEST['replyText']."\n"; /* append the reply text, if there is any */
}
addmsg("The version was successfully added into the database.", "green");
} else // Version queued.