X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-alert.php;h=30d8d4ccf80152871ac48a75b8316395e9899dce;hb=5150d830f669eaf05b1c57354dafe124ae35c8b5;hp=73872a3e6acd25b6f0c5d99ba6ebf14e0cbd38cb;hpb=dcef6adecbcb4da06de4118258e67308b341e47f;p=mailer.git diff --git a/inc/extensions/ext-alert.php b/inc/extensions/ext-alert.php index 73872a3e6a..30d8d4ccf8 100644 --- a/inc/extensions/ext-alert.php +++ b/inc/extensions/ext-alert.php @@ -50,11 +50,11 @@ setExtensionVersionHistory(array('0.0.0')); enableExtensionProductive(FALSE); switch (getExtensionMode()) { - case 'register': // Do stuff when installation is running + case 'setup': // Do stuff when installation is running // SQL commands to run // Register module - //addModuleSql('foo', '{OPEN_TEMPLATE}MODULE_FOO_TITLE{CLOSE_TEMPLATE}','Y','Y','N','N'); + //addModuleSql('foo', '{OPEN_LANGUAGE}MODULE_FOO_TITLE{CLOSE_LANGUAGE}','Y','Y','N','N'); break; case 'remove': // Do stuff when removing extension