]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-clickbanner.php
'NO-ACL' is more clear that we don't have an ACL for the given admin than three aster...
[mailer.git] / inc / extensions / ext-clickbanner.php
index 2479a3d150307f274b05b1074973b9d1ba918b78..a43ac95a2e4d9e08059b33d92aefc858d582a5f3 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