|
From: Jon O. <jon...@us...> - 2008-02-18 21:03:01
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1108/kb/includes Modified Files: kb_constants.php Log Message: Print mode Index: kb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** kb_constants.php 17 Feb 2008 20:25:21 -0000 1.11 --- kb_constants.php 18 Feb 2008 21:02:57 -0000 1.12 *************** *** 67,71 **** else { ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x if (is_object($mx_page)) { --- 67,75 ---- else { ! if (!$_GET['print']) // Do not "fix" with reuest wrapper!! ! { ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x ! } ! if (is_object($mx_page)) { |