]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-optimize.php
- Surfbar extended with dynamic percentage (only config)
[mailer.git] / inc / extensions / ext-optimize.php
index cd4baf74850908c0ae5df5b11ccb8b6f0a07a9fa..159c94b6015dc85f42f146cd7c92056e2ee48106 100644 (file)
@@ -52,8 +52,8 @@ switch ($EXT_LOAD_MODE)
 case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
        // SQL commands to run
        $SQLs[] = "CREATE TABLE "._MYSQL_PREFIX."_optimize_gain(
-  id bigint(20) not null auto_increment,
-  gain decimal(10,3) not null default '0.000',
+  id BIGINT(20) NOT NULL AUTO_INCREMENT,
+  gain decimal(10,3) NOT NULL DEFAULT '0.000',
   PRIMARY KEY(id)
 ) TYPE=MyISAM";
        $SQLs[] = "INSERT INTO "._MYSQL_PREFIX."_admin_menu (action, what, title, descr, sort) VALUES ('misc', 'optimize', 'DB optimieren', 'Führen Sie dies ab und an aus, damit überflüssige Daten aus der Datenbank entfernt werden.', '5')";