X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-profile.php;h=9e4854d6c63774f08b9e182f8f8ff3e3c0fe0ff8;hp=42c499227e43b356c8f448c255452d01a9944c8d;hb=d6834211baacaa54b282898fe54dc8c1511f046b;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5 diff --git a/inc/extensions/ext-profile.php b/inc/extensions/ext-profile.php index 42c499227e..9e4854d6c6 100644 --- a/inc/extensions/ext-profile.php +++ b/inc/extensions/ext-profile.php @@ -48,7 +48,7 @@ $EXT_VER_HISTORY = array("0.0", "0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.0.5", "0. switch ($EXT_LOAD_MODE) { -case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called) +case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called) // SQL commands to run $SQLs[] = ""; break; @@ -127,11 +127,6 @@ default: // Do stuff when extension is loaded } break; } -// Language file prefix -$EXT_LANG_PREFIX = "profile"; - -// Extension is always active? -$EXT_ALWAYS_ACTIVE = "N"; // ?>