Fix spelling of appview.php in notify emails.

This commit is contained in:
Tony Lambregts
2004-12-08 03:03:05 +00:00
committed by WineHQ
parent 740a7ccb4d
commit 39a1a8c0d2
2 changed files with 2 additions and 2 deletions

View File

@@ -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";