]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-support.php
Cache class rewritten to better convention
[mailer.git] / inc / extensions / ext-support.php
index ccfe1974678432912e4a2d89421e2e8a26e8cb84..2c5de7e81b68015fd10211b518d3fe0c3bc29796 100644 (file)
@@ -45,7 +45,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[] = "";
        break;
@@ -128,11 +128,6 @@ case "update": // Update an extension
 default: // Do stuff when extension is loaded
        break;
 }
-// Language file prefix
-$EXT_LANG_PREFIX = "support";
-
-// Extension is always active?
-$EXT_ALWAYS_ACTIVE = "N";
 
 //
 ?>