[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.645,1.646

Dirk Haun dhaun at qs1489.pair.com
Thu Aug 9 03:13:41 EDT 2007


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

Modified Files:
	lib-common.php 
Log Message:
Whoops, forgot to fix the parameter names


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.645
retrieving revision 1.646
diff -C2 -d -r1.645 -r1.646
*** lib-common.php	9 Aug 2007 06:59:11 -0000	1.645
--- lib-common.php	9 Aug 2007 07:13:39 -0000	1.646
***************
*** 5214,5218 ****
      $log_manipulation = false; // set to true to log when the filter applied
  
!     $p = strip_tags( $p );
      $p = COM_killJS( $p ); // doesn't help a lot right now, but still ...
  
--- 5214,5218 ----
      $log_manipulation = false; // set to true to log when the filter applied
  
!     $p = strip_tags( $parameter );
      $p = COM_killJS( $p ); // doesn't help a lot right now, but still ...
  




More information about the geeklog-cvs mailing list