]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-removeip.php
Some major rewrites + ext-network continued:
[mailer.git] / inc / extensions / ext-removeip.php
index f25983446db60d5e7bae7007b5ce2e3209813d42..8397611be4dcc84349c23c1fe8212944e2605332 100644 (file)
@@ -47,7 +47,7 @@ setThisExtensionVersion('0.0.1');
 setExtensionVersionHistory(array('0.0.0', '0.0.1'));
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running
+       case 'setup': // 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'");