]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-user.php
All 'online' table queries should be placed in ext-online.php
[mailer.git] / inc / extensions / ext-user.php
index 3eeb2fa284f52718d3311cd9c7eb349f42164a8c..7cc575b5661617de7ff7368069003145969bb20f 100644 (file)
@@ -244,7 +244,7 @@ case "update": // Update an extension
 `del_reason` TINYTEXT,
 INDEX (`userid`),
 PRIMARY KEY(`id`)
-) TYPE=MyISAM COMMENT='List of deleted users'");
+) TYPE={!_TABLE_TYPE!} COMMENT='List of deleted users'");
 
                // Update notes (these will be set as task text!)
                EXT_SET_UPDATE_NOTES("Der Sperrgrund wird nun mit abgespeichert und beim Löschen des Users mit ausgesendet.");
@@ -252,6 +252,9 @@ PRIMARY KEY(`id`)
        }
        break;
 
+case "modify": // When the extension got modified
+       break;
+
 case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
        break;