ChangeSet ID: 22368 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/01/17 22:32:28
Modified files: include : application.php version.php
Log message: Tony Lambregts tony.lambregts@gmail.com Make back link in rejection emails point to appsubmit.php
Patch: http://cvs.winehq.org/patch.py?id=22368
Old revision New revision Changes Path 1.39 1.40 +1 -1 appdb/include/application.php 1.44 1.45 +1 -1 appdb/include/version.php
Index: appdb/include/application.php diff -u -p appdb/include/application.php:1.39 appdb/include/application.php:1.40 --- appdb/include/application.php:1.39 18 Jan 2006 4:32:28 -0000 +++ appdb/include/application.php 18 Jan 2006 4:32:28 -0000 @@ -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']) Index: appdb/include/version.php diff -u -p appdb/include/version.php:1.44 appdb/include/version.php:1.45 --- appdb/include/version.php:1.44 18 Jan 2006 4:32:28 -0000 +++ appdb/include/version.php 18 Jan 2006 4:32:28 -0000 @@ -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'])