[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.254,1.255

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Sep 7 05:31:47 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv18227

Modified Files:
	lib-common.php 
Log Message:
Missing stripslashes() for links in What's New (bug #59).


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.254
retrieving revision 1.255
diff -C2 -d -r1.254 -r1.255
*** lib-common.php	6 Sep 2003 21:53:42 -0000	1.254
--- lib-common.php	7 Sep 2003 09:31:45 -0000	1.255
***************
*** 4114,4117 ****
--- 4114,4118 ----
              {
                  $A = DB_fetchArray( $result );
+                 $A['title'] = stripslashes( $A['title'] );
  
                  // Need to reparse the date from the link id





More information about the geeklog-cvs mailing list