X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-clickbanner.php;h=a43ac95a2e4d9e08059b33d92aefc858d582a5f3;hb=34b1f5b69205b08c760d6dcc87ef6a2d1c291261;hp=2479a3d150307f274b05b1074973b9d1ba918b78;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/extensions/ext-clickbanner.php b/inc/extensions/ext-clickbanner.php index 2479a3d150..a43ac95a2e 100644 --- a/inc/extensions/ext-clickbanner.php +++ b/inc/extensions/ext-clickbanner.php @@ -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