From 31f87f7c794fb9ea547c5942243c5736320b85da Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 1 Apr 2006 22:01:36 +0000 Subject: [PATCH] constant('ISSO_PRINTER_NO_NAVIGATION') should NOT be true for us to print nav --- printer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer.php b/printer.php index ececd6a..7046ee9 100644 --- a/printer.php +++ b/printer.php @@ -310,7 +310,7 @@ JS; echo "
\n\n\n"; - if ($this->registry->is_loaded('printer_navigation') AND (!defined('ISSO_PRINTER_NO_NAVIGATION') OR (defined('ISSO_PRINTER_NO_NAVIGATION') AND constant('ISSO_PRINTER_NO_NAVIGATION') == true))) + if ($this->registry->is_loaded('printer_navigation') AND (!defined('ISSO_PRINTER_NO_NAVIGATION') OR (defined('ISSO_PRINTER_NO_NAVIGATION') AND constant('ISSO_PRINTER_NO_NAVIGATION') != true))) { echo $this->registry->modules['printer_navigation']->generate_header_html(); } -- 2.22.5