X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-;h=1fefa3bf0c0d4efc203b0dafc7a361432c51f568;hb=5b498995f1792ba5972d782b63cd5cb044727c21;hp=c01dd2979b395bacc4b07540a7ad4460891dfc3a;hpb=aa106991e88b0dab33bf2a2d2409638e26a4c656;p=mailer.git diff --git a/inc/extensions/ext- b/inc/extensions/ext- index c01dd2979b..1fefa3bf0c 100644 --- a/inc/extensions/ext- +++ b/inc/extensions/ext- @@ -76,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"; - // ?>