Heavily rewritten API:
[mailer.git] / inc / extensions / ext-html_mail.php
index 39a2bb3988cdc57690df421f673d58df967470e1..688ffb93295059c3bfd523444e33b5bfab1c4248 100644 (file)
@@ -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;