Fix for installation phase, thanks to schatty
authorRoland Häder <roland@mxchange.org>
Wed, 17 Dec 2008 21:21:49 +0000 (21:21 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 17 Dec 2008 21:21:49 +0000 (21:21 +0000)
inc/databases.php
install.php

index 183583472293a821670369fc19a363c211dcd07c..b3acb8ea115d0843bb0adb7133ff84818f429b2e 100644 (file)
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
 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);
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 51fb165eacc5238343035fbc54a520951c447516..9f954414b405236f7eb011848b0f9f89832793b3 100644 (file)
@@ -52,6 +52,9 @@ global $what, $action;
 $GLOBALS['what']   = "";
 $GLOBALS['action'] = "";
 
 $GLOBALS['what']   = "";
 $GLOBALS['action'] = "";
 
+// Set CSS variable for "normal mode"
+$CSS = 0;
+
 // Set module
 $GLOBALS['module'] = "install";
 
 // Set module
 $GLOBALS['module'] = "install";