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

Dirk Haun dhaun at qs1489.pair.com
Fri Jun 20 15:10:40 EDT 2008


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

Modified Files:
      Tag: geeklog_1_5_0_1
	index.php 
Log Message:
Started a "bugfixes only" branch for a possible 1.5.0-1 release and ported the first fixes over from the trunk.


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/staticpages/index.php,v
retrieving revision 1.47
retrieving revision 1.47.2.1
diff -C2 -d -r1.47 -r1.47.2.1
*** index.php	23 May 2008 14:40:16 -0000	1.47
--- index.php	20 Jun 2008 19:10:38 -0000	1.47.2.1
***************
*** 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