[geeklog-cvs] Geeklog-1.x/system lib-comment.php,1.63,1.64

Dirk Haun dhaun at qs1489.pair.com
Wed Apr 16 07:13:38 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv61399/system

Modified Files:
	lib-comment.php 
Log Message:
Notification emails are plain text, so there's no need to escape the & sign


Index: lib-comment.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-comment.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** lib-comment.php	20 Feb 2008 20:07:59 -0000	1.63
--- lib-comment.php	16 Apr 2008 11:13:36 -0000	1.64
***************
*** 1022,1026 ****
  
      $mailbody .= $LANG08[33] . ' <' . $_CONF['site_url']
!               . '/comment.php?mode=view&cid=' . $cid . ">\n\n";
  
      $mailbody .= "\n------------------------------\n";
--- 1022,1026 ----
  
      $mailbody .= $LANG08[33] . ' <' . $_CONF['site_url']
!               . '/comment.php?mode=view&cid=' . $cid . ">\n\n";
  
      $mailbody .= "\n------------------------------\n";




More information about the geeklog-cvs mailing list