[geeklog-cvs] geeklog: Comment notifications used the phrase "Read the full ar...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 5 14:48:28 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/e8463c9aafc9
changeset: 7281:e8463c9aafc9
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Sep 05 20:48:03 2009 +0200
description:
Comment notifications used the phrase "Read the full article" when pointing to the new comment post (bug #0000940)

diffstat:

 public_html/docs/history |  2 ++
 system/lib-comment.php   |  2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 9e1c40cf701c -r e8463c9aafc9 public_html/docs/history
--- a/public_html/docs/history	Sat Sep 05 20:37:33 2009 +0200
+++ b/public_html/docs/history	Sat Sep 05 20:48:03 2009 +0200
@@ -3,6 +3,8 @@
 Oct ??, 2009 (1.6.1)
 ------------
 
+- Comment notifications used the phrase "Read the full article" when pointing
+  to the new comment post (bug #0000940) [Dirk]
 - Send correct content type and character set header in the install script
   (bug #0000964, patch provided by taca)
 - The "Remember Me For" option under My Account did not recognize the "(don't)"
diff -r 9e1c40cf701c -r e8463c9aafc9 system/lib-comment.php
--- a/system/lib-comment.php	Sat Sep 05 20:37:33 2009 +0200
+++ b/system/lib-comment.php	Sat Sep 05 20:48:03 2009 +0200
@@ -1263,7 +1263,7 @@
         $mailbody .= $LANG01[10] . ' <' . $_CONF['site_admin_url']
                   . "/moderation.php>\n\n";
     } else {
-        $mailbody .= $LANG08[33] . ' <' . $_CONF['site_url']
+        $mailbody .= $LANG03[39] . ' <' . $_CONF['site_url']
                   . '/comment.php?mode=view&cid=' . $cid . ">\n\n";
     }
 



More information about the geeklog-cvs mailing list