X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-autopurge.php;h=192c9838a725a2314f15dd2ed59a03656bd85c59;hp=b8205c2f066e8ac6f7e37b0388c04484f9838dea;hb=357b2ca133fc1f89db74097955c366cb4bee6996;hpb=3fc48d57e44aec36f8edc4574c4e7cdf18bb49de diff --git a/inc/extensions/ext-autopurge.php b/inc/extensions/ext-autopurge.php index b8205c2f06..192c9838a7 100644 --- a/inc/extensions/ext-autopurge.php +++ b/inc/extensions/ext-autopurge.php @@ -48,7 +48,7 @@ $EXT_VER_HISTORY = array("0.0", "0.1", "0.1.1", "0.1.2", "0.1.3", "0.1.4", "0.1. switch ($EXT_LOAD_MODE) { -case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called) +case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called) // SQL commands to run $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_pool MODIFY data_type ENUM('TEMP','SEND','NEW','ADMIN','ACTIVE','DELETED') NOT NULL DEFAULT 'TEMP'"; if (EXT_IS_ACTIVE("bonus"))