We were testing for a condition that always works but used a non-existant var
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 14 Jan 2008 21:48:03 +0000 (16:48 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 14 Jan 2008 21:48:03 +0000 (16:48 -0500)
* printer.css.php

printer.css.php

index bca528d9c685222055fa66a6e9f262593da8b764..7fdf058ddbb0969c500e6784d1699133872d6c5c 100755 (executable)
@@ -419,9 +419,6 @@ input, textarea, select, option
 
 CSS;
 
-if (!$included)
-{
-       echo $css;
-}
+echo $css;
 
 ?>
\ No newline at end of file