X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-html_mail.php;h=688ffb93295059c3bfd523444e33b5bfab1c4248;hp=39a2bb3988cdc57690df421f673d58df967470e1;hb=3b85bd5030ad591b0c5cb038ca534a7b50e1b319;hpb=6c763653e88b9d10627e651ca59c7201d4b7d62b diff --git a/inc/extensions/ext-html_mail.php b/inc/extensions/ext-html_mail.php index 39a2bb3988..688ffb9329 100644 --- a/inc/extensions/ext-html_mail.php +++ b/inc/extensions/ext-html_mail.php @@ -130,8 +130,10 @@ case "update": // Update an extension } break; -default: // Do stuff when extension is loaded +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 // Define all arrary variables as global! global $HTML_TAGS, $URL_ENDS, $VALID_EMAI_CHARS;