gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/common/forum ForumMessage.class,1.10,1.11


From: gsmet
Subject: [Gforge-commits] gforge/common/forum ForumMessage.class,1.10,1.11
Date: Fri, 15 Oct 2004 13:00:08 -0500

Update of /cvsroot/gforge/gforge/common/forum
In directory db.perdue.net:/tmp/cvs-serv13579

Modified Files:
        ForumMessage.class 
Log Message:
brought back link to forum in notification mail


Index: ForumMessage.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/forum/ForumMessage.class,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ForumMessage.class  8 Oct 2004 21:34:15 -0000       1.10
+++ ForumMessage.class  15 Oct 2004 18:00:04 -0000      1.11
@@ -392,7 +392,11 @@
                        return true;
                }
 
-               $body = 
util_line_wrap(util_unconvert_htmlspecialchars($this->getBody())).
+               $body = "\nRead and respond to this message at: ".
+               
"\nhttp://".$GLOBALS['sys_default_domain']."/forum/message.php?msg_id=".$this->getID().
+               "\nBy: " . $this->getPosterRealName() . "\n\n";
+
+               $body .= 
util_line_wrap(util_unconvert_htmlspecialchars($this->getBody())).
                
"\n\n______________________________________________________________________".
                "\nYou are receiving this email because you elected to monitor 
this forum.".
                "\nTo stop monitoring this forum, login to 
".$GLOBALS['sys_name']." and visit: ".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]