Put some single quotes around application name and version name so they can be distinguished from the rest of the email notification text more easily.

This commit is contained in:
Chris Morgan
2005-06-19 15:46:57 +00:00
committed by WineHQ
parent e49a0cb2ae
commit dc99aaf631
2 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ class Comment {
}
if($sEmail)
{
$sSubject = "Comment for ".lookup_app_name($this->iAppId)." ".lookup_version_name($this->iVersionId)." added by ".$_SESSION['current']->sRealname;
$sSubject = "Comment for '".lookup_app_name($this->iAppId)." ".lookup_version_name($this->iVersionId)."' added by ".$_SESSION['current']->sRealname;
$sMsg = APPDB_ROOT."appview.php?versionId=".$this->iVersionId."\n";
$sMsg .= "\n";
$sMsg .= "Subject: ".$this->sSubject."\r\n";