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.9,1.10


From: gsmet
Subject: [Gforge-commits] gforge/common/forum ForumMessage.class,1.9,1.10
Date: Fri, 08 Oct 2004 16:34:18 -0500

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

Modified Files:
        ForumMessage.class 
Log Message:
fixed a lot of malformed strings
fixed missing $ in variable name
fixed some parse errors

Index: ForumMessage.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/forum/ForumMessage.class,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ForumMessage.class  4 Aug 2004 16:18:32 -0000       1.9
+++ ForumMessage.class  8 Oct 2004 21:34:15 -0000       1.10
@@ -395,8 +395,8 @@
                $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: ".
-               
"\nhttp://$GLOBALS[sys_default_domain]/forum/monitor.php?forum_id=".$this->Forum->getID()
 .'&group_id='.$this->Forum->Group->getID().'&stop=1';
+               "\nTo stop monitoring this forum, login to 
".$GLOBALS['sys_name']." and visit: ".
+               
"\nhttp://".$GLOBALS['sys_default_domain']."/forum/monitor.php?forum_id=".$this->Forum->getID()
 .'&group_id='.$this->Forum->Group->getID().'&stop=1';
 
                //$extra_headers = 'Reply-to: 
'.$this->Forum->getUnixName().'@'.$GLOBALS['sys_default_domain'];
 





reply via email to

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