From 3abf8f1fe05313383b0bb403c810d08d451d15ff Mon Sep 17 00:00:00 2001 From: james Date: Mon, 21 Jan 2019 16:57:42 +0000 Subject: [PATCH] spacing to force new version --- common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.inc.php b/common.inc.php index 44d8dc6..ac1550e 100644 --- a/common.inc.php +++ b/common.inc.php @@ -30,7 +30,7 @@ header("Content-Type: text/html; charset=iso-8859-1"); //set error reporting to not show notices, for some reason some people's installation dont set this by default //so we will set it in the code instead just to make sure -error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE ^ E_DEPRECATED); +error_reporting( E_ALL ^ E_WARNING ^ E_NOTICE ^ E_DEPRECATED ); define('REQUIREDFIELD','*');