]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-profile.php
Variable rewritten to ['ref_level'] to avoid trouble with referal system
[mailer.git] / inc / extensions / ext-profile.php
index 9e4854d6c63774f08b9e182f8f8ff3e3c0fe0ff8..75a70b6bc528023f5a8288dff66ca784a510bfa4 100644 (file)
@@ -118,10 +118,12 @@ case "update": // Update an extension
        }
        break;
 
+case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
+       break;
+
 default: // Do stuff when extension is loaded
        // Do we have a daily-reset-run?
-       if (isBooleanConstantAndTrue('__DAILY_RESET') && (!DEBUG_MODE) && ($CSS != 1))
-       {
+       if (isBooleanConstantAndTrue('__DAILY_RESET') && (!DEBUG_MODE) && ($CSS != 1)) {
                // So let's check for profiles which needs an update
                $INC_POOL[] = sprintf("%sinc/profile-updte.php", PATH);
        }