]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-nickname.php
_TABLE_TYPE is now replaced
[mailer.git] / inc / extensions / ext-nickname.php
index b7ea4f60bd192ee37277b66421853ac1643eb3a5..0be12d77759fdc65b8ed762e34fb5798130f7ef2 100644 (file)
@@ -183,7 +183,7 @@ last_used TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00',
 INDEX userid (userid),
 INDEX (last_used DESC),
 PRIMARY KEY(id)
-) TYPE=MyISAM COMMENT='History of used nicknames'");
+) TYPE={!_TABLE_TYPE!} COMMENT='History of used nicknames'");
 
                // Update notes (these will be set as task text!)
                EXT_SET_UPDATE_NOTES("Historie eingegebener Nicknames hinzugefügt. Mitglied kann auf bereits verwendeter zurückgreifen und Liste selbst löschen.");
@@ -191,6 +191,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;