New function introduced, missing function getPointsWord() added:
[mailer.git] / inc / extensions / ext-removeip.php
index 06a62eee4a646e2d0385fd95d158d17d639ba532..f24cfb3089feb8df84edf0d95bad461c10575d6c 100644 (file)
@@ -46,8 +46,7 @@ setThisExtensionVersion('0.0.1');
 // Version history array (add more with , '0.1.0' and so on)
 setExtensionVersionHistory(array('0.0', '0.0.1'));
 
-switch (getExtensionMode())
-{
+switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
                // SQL commands to run
                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD `removeip_anon_ip` ENUM('Y','N') NOT NULL DEFAULT 'Y'");