From ecc15f13bb8b6084c58563d1ae2c1ecef38d3e60 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 5 Jan 2006 04:40:21 +0000 Subject: [PATCH] Fixing PHP5 warnings --- installer.css.php | 2 ++ printer.css.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/installer.css.php b/installer.css.php index 661e158..fcbb703 100755 --- a/installer.css.php +++ b/installer.css.php @@ -19,6 +19,8 @@ || ################################################################### \*=====================================================================*/ +error_reporting(E_ALL & ~E_NOTICE); + $included = true; if (!isset($GLOBALS['isso:null-framework'])) diff --git a/printer.css.php b/printer.css.php index 11ab646..b06a25e 100755 --- a/printer.css.php +++ b/printer.css.php @@ -19,6 +19,8 @@ || ################################################################### \*=====================================================================*/ +error_reporting(E_ALL & ~E_NOTICE); + $included = true; if (!isset($GLOBALS['isso:null-framework'])) -- 2.22.5