From 33302f72efd098aa22745078d0e86846bd4463ae Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Wed, 18 Jan 2006 04:32:28 +0000 Subject: [PATCH] Make back link in rejection emails point to appsubmit.php --- include/application.php | 2 +- include/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/application.php b/include/application.php index b264f1f..bec948a 100644 --- a/include/application.php +++ b/include/application.php @@ -393,7 +393,7 @@ class Application { 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']) diff --git a/include/version.php b/include/version.php index 207470b..912b060 100644 --- a/include/version.php +++ b/include/version.php @@ -503,7 +503,7 @@ class Version { 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'])