[AppDB] Fix email message for rejected application submissions

Rosanne DiMesio dimesio at earthlink.net
Sun Jan 22 10:24:50 CST 2017


Clarifies the instructions for revising and resubmitting rejected submissions and adds missing whitespace. Fixes bug 42272.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 include/application.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/application.php b/include/application.php
index febc92d..2f7491e 100644
--- a/include/application.php
+++ b/include/application.php
@@ -443,9 +443,9 @@ class Application {
             break;
             case "reject":
                 $sSubject =  "Submitted application rejected";
-                $sMsg  = "The application you submitted (".$this->sName.") has been rejected by ".$_SESSION['current']->sRealname.".";
-                $sMsg .= "Clicking on the link in this email will allow you to modify and resubmit the application. ";
-                $sMsg .= "A link to your queue of applications and versions will also show up on the left hand side of the Appdb site once you have logged in. ";
+                $sMsg  = "The application you submitted (".$this->sName.") has been rejected by ".$_SESSION['current']->sRealname.". ";
+                $sMsg .= "A link to your queue of applications and versions will show up on the left hand side of the Appdb site once you have logged in. ";
+                $sMsg .= "Clicking on that link will allow you to modify and resubmit the application. ";                
                 $sMsg .= APPDB_ROOT."objectManager.php?sClass=application_queue".
                         "&bIsQueue=true&bIsRejected=true&iId=".$this->iAppId."&sTitle=".
                         "Edit+Application\n";
-- 
1.8.4.5




More information about the wine-patches mailing list