]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-jackpot.php
Forgot to include the 0.7.9 update :(
[mailer.git] / inc / extensions / ext-jackpot.php
index 52a10ca02adcb9c6a43cbc53c4425b79fff3a54c..e7b09694dc392f23339f6aec7bbfe49c6a9ef32c 100644 (file)
@@ -50,7 +50,7 @@ setExtensionVersionHistory(array('0.0'));
 enableExtensionProductive(false);
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
+       case 'register': // Do stuff when installation is running
                // SQL commands to run
                break;
 
@@ -80,7 +80,7 @@ switch (getExtensionMode()) {
        case 'modify': // When the extension got modified
                break;
 
-       case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
+       case 'test': // For testing purposes
                break;
 
        case 'init': // Do stuff when extension is initialized