]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-user.php
Handling of unexpected errors from API rewritten
[mailer.git] / inc / extensions / ext-user.php
index 7fdd09ae579348c463f4cc3d71351c557a0e3b50..a279b7dd823d021ae1dc5a28e23808f190c56eb2 100644 (file)
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.2', '0.1.3', '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)
                ADD_EXT_SQL("DROP TABLE IF EXISTS `{!_MYSQL_PREFIX!}_user_cats`");
                ADD_EXT_SQL("CREATE TABLE `{!_MYSQL_PREFIX!}_user_cats` (
   `id` BIGINT(22) NOT NULL AUTO_INCREMENT,