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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user