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

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