ChangeSet ID: 26190 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/03 21:24:56
Modified files: include : application.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Add in missing & between url parameters
Patch: http://cvs.winehq.org/patch.py?id=26190
Old revision New revision Changes Path 1.53 1.54 +1 -1 appdb/include/application.php
Index: appdb/include/application.php diff -u -p appdb/include/application.php:1.53 appdb/include/application.php:1.54 --- appdb/include/application.php:1.53 4 Jul 2006 2:24:56 -0000 +++ appdb/include/application.php 4 Jul 2006 2:24:56 -0000 @@ -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":