]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-profile.php
needs to be global :(
[mailer.git] / inc / extensions / ext-profile.php
index 745eabfd02a8ffd512a96bd5c68610b5fb1091e1..75a70b6bc528023f5a8288dff66ca784a510bfa4 100644 (file)
@@ -118,17 +118,17 @@ 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);
        }
        break;
 }
-// Language file prefix
-$EXT_LANG_PREFIX = "profile";
 
 //
 ?>