Fix spelling of appview.php in notify emails.
This commit is contained in:
@@ -314,7 +314,7 @@ if ($sub)
|
||||
$ms .= "----------------------------------\n\n";
|
||||
$ms .= "Your application: ".$fullAppName." has been entered ";
|
||||
$ms .= "into the application database.\n\n";
|
||||
$ms .= APPDB_ROOT."appView.php?appId=$appParent&versionId=$appVersion"."\n\n";
|
||||
$ms .= APPDB_ROOT."appview.php?appId=$appParent&versionId=$appVersion"."\n\n";
|
||||
$ms .= "Thanks!\n\n";
|
||||
$ms .= $emailtext;
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ if($HTTP_POST_VARS)
|
||||
if($email)
|
||||
{
|
||||
$fullAppName = "Application: ".lookupAppName($appId)." Version: ".lookupVersionName($appId, $versionId);
|
||||
$ms .= APPDB_ROOT."appView.php?appId=$appId&versionId=$versionId"."\n";
|
||||
$ms .= APPDB_ROOT."appview.php?appId=$appId&versionId=$versionId"."\n";
|
||||
$ms .= "\n";
|
||||
$ms .= ($current->username ? $current->username : "Anonymous")." changed ".$fullAppName."\n";
|
||||
$ms .= "\n";
|
||||
|
||||
Reference in New Issue
Block a user