]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-safe.php
Forgot to include the 0.7.9 update :(
[mailer.git] / inc / extensions / ext-safe.php
index 6edd2770ac4de6b7dfb32080f26eb30fe52ffa42..f4083659eb8f09c0ac27be63bcdf460b596e3b04 100644 (file)
@@ -51,7 +51,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;
 
@@ -81,7 +81,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