[AppDB] Make back link in rejection emails point to appsubmit.php

Tony Lambregts tony.lambregts at gmail.com
Tue Jan 17 22:17:12 CST 2006


Change log: Make back link in rejection emails point to appsubmit.php

Files changed: include/application.php include/version.php
-------------- next part --------------
Index: include/application.php
===================================================================
RCS file: /home/wine/appdb/include/application.php,v
retrieving revision 1.39
diff -u -r1.39 application.php
--- include/application.php	5 Dec 2005 04:19:14 -0000	1.39
+++ include/application.php	18 Jan 2006 04:13:52 -0000
@@ -393,7 +393,7 @@
             break;
             case "reject":
                 $sSubject = $this->sName." has been rejected by ".$_SESSION['current']->sRealname;
-                $sMsg .= APPDB_ROOT."admin/resubmitRejectedApps.php?sub=view&appId=".$this->iAppId."\n";
+                $sMsg .= APPDB_ROOT."appsubmit.php?apptype=application&sub=view&appId=".$this->iAppId."\n";
 
                 /* if replyText is set we should report the reason the application was rejected */
                 if($_REQUEST['replyText'])
Index: include/version.php
===================================================================
RCS file: /home/wine/appdb/include/version.php,v
retrieving revision 1.44
diff -u -r1.44 version.php
--- include/version.php	5 Dec 2005 04:19:14 -0000	1.44
+++ include/version.php	18 Jan 2006 04:13:53 -0000
@@ -503,7 +503,7 @@
             break;
             case "reject":
                 $sSubject = "Version '".$this->sName."' of '".$oApp->sName."' has been rejected by ".$_SESSION['current']->sRealname;
-                $sMsg .= APPDB_ROOT."admin/resubmitRejectedApps.php?sub=view&versionId=".$this->iVersionId."\n";
+                $sMsg .= APPDB_ROOT."appsubmit.php?apptype=application&sub=view&versionId=".$this->iVersionId."\n";
 
                  /* if replyText is set we should report the reason the application was rejected */
                 if($_REQUEST['replyText'])


More information about the wine-patches mailing list