Extension ext-coupon continued, naming convention, many improvements:
[mailer.git] / inc / extensions / ext-removeip.php
index e91ed60db6e79e1ca9f91da3ecfddd06a2a21ec1..085bcbbc8c37ff3d8687b0f163e09b579abf5280 100644 (file)
@@ -47,7 +47,7 @@ setThisExtensionVersion('0.0.1');
 setExtensionVersionHistory(array('0.0', '0.0.1'));
 
 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
                addConfigAddSql('removeip_anon_ip', "ENUM('Y','N') NOT NULL DEFAULT 'Y'");
                addConfigAddSql('removeip_anon_host', "ENUM('Y','N') NOT NULL DEFAULT 'Y'");