[geeklog-cvs] Geeklog-1.x/public_html/staticpages index.php, 1.47, 1.48

Dirk Haun dhaun at qs1489.pair.com
Fri Jun 20 11:12:40 EDT 2008


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

Modified Files:
	index.php 
Log Message:
Fixed printer friendly version of a static page not working when url_rewrite is enabled (bug #0000661)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/staticpages/index.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** index.php	23 May 2008 14:40:16 -0000	1.47
--- index.php	20 Jun 2008 15:12:36 -0000	1.48
***************
*** 44,48 ****
  // MAIN
  
! COM_setArgNames(array('page', 'mode'));
  $page = COM_applyFilter(COM_getArgument('page'));
  $display_mode = COM_applyFilter(COM_getArgument('disp_mode'));
--- 44,48 ----
  // MAIN
  
! COM_setArgNames(array('page', 'disp_mode'));
  $page = COM_applyFilter(COM_getArgument('page'));
  $display_mode = COM_applyFilter(COM_getArgument('disp_mode'));




More information about the geeklog-cvs mailing list