From f61bd5e73e841b6ec2bb5d3bfd77a90401e1f4e5 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 18 Dec 2005 20:58:41 +0000 Subject: [PATCH] Set $included to TRUE by default in the CSS files --- installer.css.php | 2 ++ printer.css.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/installer.css.php b/installer.css.php index 43a6af6..661e158 100755 --- a/installer.css.php +++ b/installer.css.php @@ -19,6 +19,8 @@ || ################################################################### \*=====================================================================*/ +$included = true; + if (!isset($GLOBALS['isso:null-framework'])) { if (!method_exists($GLOBALS['isso:null-framework'], 'load')) diff --git a/printer.css.php b/printer.css.php index 7af2765..fd7eb56 100755 --- a/printer.css.php +++ b/printer.css.php @@ -19,6 +19,8 @@ || ################################################################### \*=====================================================================*/ +$included = true; + if (!isset($GLOBALS['isso:null-framework'])) { if (!method_exists($GLOBALS['isso:null-framework'], 'load')) -- 2.22.5