X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-demo.php;h=0fcbff1d50111e22138d789541a3ce6eafede551;hb=8401d620295d27ad2c7804da2a593bba1ac6ff47;hp=220a5e296e179a909e5223e0d62fb09dd37c5b1c;hpb=dfaa8c1675da4071ea451406a6f6fedd4c568416;p=mailer.git diff --git a/inc/extensions/ext-demo.php b/inc/extensions/ext-demo.php index 220a5e296e..0fcbff1d50 100644 --- a/inc/extensions/ext-demo.php +++ b/inc/extensions/ext-demo.php @@ -48,7 +48,7 @@ $EXT_VER_HISTORY = array("0.0", "0.0.1"); 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; @@ -82,8 +82,5 @@ default: // Do stuff when extension is loaded break; } -// Language file prefix -$EXT_LANG_PREFIX = "demo"; - // ?>