[Comoblog-commit] modules/mod_comment_notify mod_comment_notify_comment_filter.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-11 22:39:21
|
Update of /cvsroot/comoblog/modules/mod_comment_notify In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31308/mod_comment_notify Modified Files: mod_comment_notify_comment_filter.php Log Message: changed to and from field names Index: mod_comment_notify_comment_filter.php =================================================================== RCS file: /cvsroot/comoblog/modules/mod_comment_notify/mod_comment_notify_comment_filter.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mod_comment_notify_comment_filter.php 11 Dec 2005 22:35:15 -0000 1.2 +++ mod_comment_notify_comment_filter.php 11 Dec 2005 22:39:13 -0000 1.3 @@ -12,8 +12,8 @@ $headerstring = "MIME-Version: 1.0\r\n". "Content-type: text/plain; charset=iso-8859-1\r\n". - "From: \"My Name\" <".CFG_COMMENT_NOTIFY_FROM.">\r\n". - "To: \"Client\" <".$recipients.">\r\n". + "From: \"My Blog\" <".CFG_COMMENT_NOTIFY_FROM.">\r\n". + "To: \"Blog Notifer\" <".$recipients.">\r\n". "Date: ".date("r")."\r\n". "Subject: ".$subject."\r\n"; |