[geeklog-cvs] Geeklog-SoC: Fixed printer friendly version of a static page not...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Jun 20 11:03:01 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgiGeeklog-SoC/rev/564a6df4fcba
changeset: 6221:564a6df4fcba
user:      dirk at prospero.local
date:      Fri Jun 20 17:02:48 2008 +0200
description:
Fixed printer friendly version of a static page not working when url_rewrite is enabled (bug #0000661)

diffstat:

2 files changed, 3 insertions(+), 1 deletion(-)
public_html/docs/history          |    2 ++
public_html/staticpages/index.php |    2 +-

diffs (24 lines):

diff -r d60f25cef959 -r 564a6df4fcba public_html/docs/history
--- a/public_html/docs/history	Fri Jun 20 16:29:24 2008 +0200
+++ b/public_html/docs/history	Fri Jun 20 17:02:48 2008 +0200
@@ -3,6 +3,8 @@
 ??? ??, 2008 (1.5.1)
 ------------
 
+- Fixed printer friendly version of a static page not working when url_rewrite
+  is enabled (bug #0000661) [Dirk]
 - Changed SEC_createToken so that it will only return one token per page
   (effectively making it a singelton). This fixes the problem of not being able
   to delete comments when you also have trackbacks for the same article
diff -r d60f25cef959 -r 564a6df4fcba public_html/staticpages/index.php
--- a/public_html/staticpages/index.php	Fri Jun 20 16:29:24 2008 +0200
+++ b/public_html/staticpages/index.php	Fri Jun 20 17:02:48 2008 +0200
@@ -43,7 +43,7 @@
 
 // MAIN
 
-COM_setArgNames(array('page', 'mode'));
+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