[geeklog-cvs] geeklog-1.3/system lib-comment.php,1.8,1.9

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Fri Feb 18 15:04:24 EST 2005


Update of /var/cvs/geeklog-1.3/system
In directory www:/tmp/cvs-serv30800

Modified Files:
	lib-comment.php 
Log Message:
Removed problematic htmlspecialchars call before $title was saved to db.
Discussed in geeklog.net forums:
http://www.geeklog.net/forum/viewtopic.php?forum=3&showtopic=48234&lastpost=true


Index: lib-comment.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-comment.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lib-comment.php	5 Feb 2005 05:04:17 -0000	1.8
--- lib-comment.php	18 Feb 2005 20:04:22 -0000	1.9
***************
*** 809,813 ****
          }
      }
!     $title = htmlspecialchars (COM_checkWords (strip_tags (COM_stripslashes ($title))));
  
      // Get signature
--- 809,813 ----
          }
      }
!     $title = COM_checkWords (strip_tags (COM_stripslashes ($title)));
  
      // Get signature




More information about the geeklog-cvs mailing list