From: Roland Häder Date: Wed, 17 Dec 2008 21:21:49 +0000 (+0000) Subject: Fix for installation phase, thanks to schatty X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=867569892ec2c60e21eca38559e3d050576c0bd0;hp=f9a9c09e1ae257449bfd98f8854e321efba1dc3c Fix for installation phase, thanks to schatty --- diff --git a/inc/databases.php b/inc/databases.php index 1835834722..b3acb8ea11 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -114,7 +114,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // Current SVN revision -define('CURR_SVN_REVISION', "641"); +define('CURR_SVN_REVISION', "642"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/install.php b/install.php index 51fb165eac..9f954414b4 100644 --- a/install.php +++ b/install.php @@ -52,6 +52,9 @@ global $what, $action; $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; +// Set CSS variable for "normal mode" +$CSS = 0; + // Set module $GLOBALS['module'] = "install";