X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-removeip.php;h=a0badaf25b4a6ada037a849a679d4526f9b6d252;hp=8114d0d415e70b7961c731c8ecd4fcb7237dee2f;hb=1dd584090ba559372adb525fba74f46262c7308c;hpb=75062a410999a290b18fe181370139b37a160eb5 diff --git a/inc/extensions/ext-removeip.php b/inc/extensions/ext-removeip.php index 8114d0d415..a0badaf25b 100644 --- a/inc/extensions/ext-removeip.php +++ b/inc/extensions/ext-removeip.php @@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1')); switch ($EXT_LOAD_MODE) { - case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called) + case 'register': // Do stuff when installation is running (modules.php?module=admin is called) // SQL commands to run ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `removeip_anon_ip` ENUM('Y','N') NOT NULL DEFAULT 'Y'"); ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD `removeip_anon_host` ENUM('Y','N') NOT NULL DEFAULT 'Y'");