From a044596c31fbbace85842ee43e2338e1f69274e8 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 4 Jul 2006 02:24:56 +0000 Subject: [PATCH] Add in missing & between url parameters --- include/application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/application.php b/include/application.php index 8830185..879e0ea 100644 --- a/include/application.php +++ b/include/application.php @@ -333,7 +333,7 @@ class Application { $sMsg = "The application you submitted (".$oApp->sName." ".$this->sName.") has been rejected."; $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 .= APPDB_ROOT."appsubmit.php?sub=view&apptype=applicationappId=".$this->iAppId."\n"; + $sMsg .= APPDB_ROOT."appsubmit.php?sub=view&apptype=application&appId=".$this->iAppId."\n"; $sMsg .= "Reason given:\n"; break; case "delete":