X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-;h=1fefa3bf0c0d4efc203b0dafc7a361432c51f568;hp=d5f3294ef34e151a62711f2128cab034d306e554;hb=1e6d7b906ac9481fc5120d7a1a5e6a4d7a509296;hpb=7f104f6fe558bb56b4205241435a2357c2feece1 diff --git a/inc/extensions/ext- b/inc/extensions/ext- index d5f3294ef3..1fefa3bf0c 100644 --- a/inc/extensions/ext- +++ b/inc/extensions/ext- @@ -48,11 +48,8 @@ $EXT_VER_HISTORY = array("0.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 - - // Load CSS file? - $EXT_CSS = 'Y'; break; case "remove": // Do stuff when removing extension @@ -79,12 +76,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 break; } -// Language file prefix -$EXT_LANG_PREFIX = "xxx"; - // ?>