Fix for birthday timestamps < 0 (why this?)
[mailer.git] / install.php
index 51fb165eacc5238343035fbc54a520951c447516..9f954414b405236f7eb011848b0f9f89832793b3 100644 (file)
@@ -52,6 +52,9 @@ global $what, $action;
 $GLOBALS['what']   = "";
 $GLOBALS['action'] = "";
 
+// Set CSS variable for "normal mode"
+$CSS = 0;
+
 // Set module
 $GLOBALS['module'] = "install";