]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-rallye.php
Global variables rewritten
[mailer.git] / inc / extensions / ext-rallye.php
index a4d6c26d05b0742bd0415a18e3ffee62af2ceb30..6fa30c5ba04472ab03ed95d1299476a000189f0b 100644 (file)
@@ -324,7 +324,7 @@ case "test": // For testing purposes. For details see file inc/modules/admin/wha
 
 default: // Do stuff when extension is loaded
        // Do stuff only when not in CSS mode
-       if (($CSS != "1") && ($CSS != "-1") && ($cacheMode != "init")) {
+       if (($GLOBALS['output_mode'] != "1") && ($GLOBALS['output_mode'] != "-1") && ($GLOBALS['cacheMode'] != "init")) {
                // Get total member count
                $TOTAL = GET_TOTAL_DATA("CONFIRMED", "user_data", "userid", "status", true);