2009/10/10 23:51:46 +0100 sbrady: s/Wine/QEMU/, s/AppDB/OS DB/, s/Application/OS/ in text
This commit is contained in:
@@ -139,13 +139,13 @@ if(!$aClean['sSubmit'])
|
||||
$sSubjectRe = urlencode($sSubjectRe);
|
||||
|
||||
$sMsg = "The following message was sent to you from $oUser->sRealname ";
|
||||
$sMsg .= "through the Wine AppDB contact form.\nTo Reply, visit ";
|
||||
$sMsg .= "through the QEMU OS DB contact form.\nTo Reply, visit ";
|
||||
$sMsg .= APPDB_ROOT."contact.php?iRecipientId=$oUser->iUserId&sSubject=";
|
||||
$sMsg .= $sSubjectRe."\n\n";
|
||||
$sMsg .= $aClean['sMessage'];
|
||||
} else
|
||||
{
|
||||
$sMsg = "The following message was sent to you by the AppDB admins:\n\n";
|
||||
$sMsg = "The following message was sent to you by the OS DB admins:\n\n";
|
||||
$sMsg .= $aClean['sMessage'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user