X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fextensions%2Fext-support.php;h=2c5de7e81b68015fd10211b518d3fe0c3bc29796;hb=8f045e5cfa4abad39d0de560b1eae26ea8ba05cf;hp=b8d6d897798c8180355d486193a12b8bb26bf028;hpb=dfaa8c1675da4071ea451406a6f6fedd4c568416;p=mailer.git diff --git a/inc/extensions/ext-support.php b/inc/extensions/ext-support.php index b8d6d89779..2c5de7e81b 100644 --- a/inc/extensions/ext-support.php +++ b/inc/extensions/ext-support.php @@ -45,7 +45,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; @@ -129,8 +129,5 @@ default: // Do stuff when extension is loaded break; } -// Language file prefix -$EXT_LANG_PREFIX = "support"; - // ?>