From 4ba8c613471a04b972878a9a5c654a0251b44570 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 14 Jan 2008 16:48:03 -0500 Subject: [PATCH] We were testing for a condition that always works but used a non-existant var * printer.css.php --- printer.css.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/printer.css.php b/printer.css.php index bca528d..7fdf058 100755 --- a/printer.css.php +++ b/printer.css.php @@ -419,9 +419,6 @@ input, textarea, select, option CSS; -if (!$included) -{ - echo $css; -} +echo $css; ?> \ No newline at end of file -- 2.22.5