[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.396,1.397

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sat Nov 13 12:44:16 EST 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv3744/public_html

Modified Files:
	lib-common.php 
Log Message:
Fixed links to main and categores when showing the file comments

Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.396
retrieving revision 1.397
diff -C2 -d -r1.396 -r1.397
*** lib-common.php	6 Nov 2004 17:13:48 -0000	1.396
--- lib-common.php	13 Nov 2004 17:44:14 -0000	1.397
***************
*** 2911,2914 ****
--- 2911,2915 ----
          $A['title'] = stripslashes( $A['title'] );
          $A['title'] = str_replace( '$', '$', $A['title'] );
+         $A['title'] = htmlentities($A['title']);
  
          // and finally: format the actual text of the comment




More information about the geeklog-cvs mailing list