Change link in email footer to link to the AppDB site instead of WineHQ

This commit is contained in:
Tony Lambregts
2006-03-24 03:21:26 +00:00
committed by WineHQ
parent d38adfedac
commit d20c6c6fee

View File

@@ -10,7 +10,7 @@ function mail_appdb($sEmailList,$sSubject,$sMsg)
$sMsg = $sSubject."\n-------------------------------------------------------\n".$sMsg."\n\n";
$sMsg .= "Best regards.\n";
$sMsg .= "The AppDB team\n";
$sMsg .= APPDB_OWNER_URL."\n";
$sMsg .= APPDB_ROOT."\n";
$sMsg .= "\n\nIf you don't want to receive any other e-mail, please change your preferences:\n";
$sMsg .= APPDB_ROOT."preferences.php\n";