From 437280be5f4d9ac8701bbbc7d6d899731c821050 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 23 Jun 2005 00:34:31 +0000 Subject: [PATCH] Include the reason text in version added emails so we can see what maintainers say to users when versions are accepted into the database. --- include/version.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/version.php b/include/version.php index 3c412e6..05bebb2 100644 --- a/include/version.php +++ b/include/version.php @@ -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.