]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-optimize.php
Debug server added
[mailer.git] / inc / extensions / ext-optimize.php
index 695c60b100bed6fe363aa6ed44cf87f6f0f6a623..dbc40d30c706f3750d36bc1821b2da074127bdf0 100644 (file)
@@ -48,7 +48,7 @@ $EXT_VER_HISTORY = array("0.0", "0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.0.5", "0.
 
 switch ($EXT_LOAD_MODE)
 {
-case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
+case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called)
        // SQL commands to run
        $SQLs[] = "CREATE TABLE "._MYSQL_PREFIX."_optimize_gain(
   id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
@@ -116,7 +116,7 @@ default: // Do stuff when extension is loaded
 // Language file prefix
 $EXT_LANG_PREFIX = "optimize";
 
-// Extension is always active?
+// Keep this extension always active!
 $EXT_ALWAYS_ACTIVE = "Y";
 
 //