]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-alert.php
One more underscore to make it more readable
[mailer.git] / inc / extensions / ext-alert.php
index 73872a3e6acd25b6f0c5d99ba6ebf14e0cbd38cb..30d8d4ccf80152871ac48a75b8316395e9899dce 100644 (file)
@@ -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