]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-cache.php
Deprecated action=login (admin area) removed
[mailer.git] / inc / extensions / ext-cache.php
index 2d9c2de386953191a8bc707f39eae78f88950ce5..75780f06d20cf0e4ddca1a8a87e2deb99b4c501e 100644 (file)
@@ -51,7 +51,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0
 
 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 cache_update BIGINT(20) UNSIGNED NOT NULL DEFAULT 3600");
                ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD cache_path VARCHAR(255) NOT NULL DEFAULT 'cache/'");