Global variables rewritten
[mailer.git] / debug.php
index 2466faa8585cfda18f1f181cdc4960f234b4ed4f..dcbc274a9c0d4707982c217dfaffb0233cbe7e91 100644 (file)
--- a/debug.php
+++ b/debug.php
@@ -40,7 +40,7 @@ $GLOBALS['what'] = "";
 $GLOBALS['action'] = "";
 
 // Set module and fake "CSS mode"
-$GLOBALS['module'] = "debug"; $CSS = -1;
+$GLOBALS['module'] = "debug"; $GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
 require("inc/config.php");