ChangeSet ID: 24441 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/04/27 19:53:01
Modified files: include : comment.php
Log message: Tony Lambregts tony.lambregts@gmail.com Add note to use the AppDB to reply to email instead of replying to the email
Patch: http://cvs.winehq.org/patch.py?id=24441
Old revision New revision Changes Path 1.14 1.15 +3 -1 appdb/include/comment.php
Index: appdb/include/comment.php diff -u -p appdb/include/comment.php:1.14 appdb/include/comment.php:1.15 --- appdb/include/comment.php:1.14 28 Apr 2006 0:53: 1 -0000 +++ appdb/include/comment.php 28 Apr 2006 0:53: 1 -0000 @@ -88,7 +88,9 @@ class Comment { }
$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."&mode=nested#Comment-".$this->iCommentId."\n"; + $sMsg = "To reply to this email please use the link provided below.\n"; + $sMsg .= "DO NOT reply via your email client as it will not reach the person who wrote the comment\n"; + $sMsg .= APPDB_ROOT."appview.php?versionId=".$this->iVersionId."&mode=nested#Comment-".$this->iCommentId."\n"; $sMsg .= "\n"; $sMsg .= "Subject: ".$this->sSubject."\r\n"; $sMsg .= "\n";