[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.412,1.413

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Jan 26 15:52:15 EST 2005


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

Modified Files:
	lib-common.php 
Log Message:
Missing stripslashes for the topic name in the index page's title (bug #369)


Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.412
retrieving revision 1.413
diff -C2 -d -r1.412 -r1.413
*** lib-common.php	23 Jan 2005 11:07:18 -0000	1.412
--- lib-common.php	26 Jan 2005 20:52:12 -0000	1.413
***************
*** 837,842 ****
          else
          {
!             $pagetitle = DB_getItem( $_TABLES['topics'], 'topic',
!                                      "tid = '$topic'" );
          }
      }
--- 837,842 ----
          else
          {
!             $pagetitle = stripslashes( DB_getItem( $_TABLES['topics'], 'topic',
!                                                    "tid = '$topic'" ));
          }
      }




More information about the geeklog-cvs mailing list