]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-theme.php
All 'online' table queries should be placed in ext-online.php
[mailer.git] / inc / extensions / ext-theme.php
index 7daf616437562a70631755aeeb58116cacfdb66f..d5cc37660b0a70af5bba838491abdb78c8b00510 100644 (file)
@@ -123,7 +123,7 @@ theme_ver VARCHAR(255) NOT NULL DEFAULT '0.0',
 PRIMARY KEY (`id`),
 UNIQUE KEY (`theme_path`),
 INDEX (`theme_active`)
-) TYPE=MyISAM COMMENT='Themes'");
+) TYPE={!_TABLE_TYPE!} COMMENT='Themes'");
 
                // Admin menu
                ADD_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('theme', NULL, 'Themes','Verwalten Sie hier alle Designs (Themes) Ihres Mailtausch-Scriptes.', 8)");
@@ -149,6 +149,9 @@ INDEX (`theme_active`)
        }
        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;