constant('ISSO_PRINTER_NO_NAVIGATION') should NOT be true for us to print nav
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 1 Apr 2006 22:01:36 +0000 (22:01 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 1 Apr 2006 22:01:36 +0000 (22:01 +0000)
printer.php

index ececd6a47632bb6bbadf1f74358a742b42bab7cc..7046ee9bfd12ce59be969462d12369ecc2dd7a2e 100644 (file)
@@ -310,7 +310,7 @@ JS;
                
                echo "<div style=\"margin: {$pagemargin}px;\">\n<!-- / page head -->\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();
                }