]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-profile.php
Templates added if user retreats an URL, tpos fixed
[mailer.git] / inc / extensions / ext-profile.php
index c8da12066b511161234fdd72a55a64cb1fbf3265..9e4854d6c63774f08b9e182f8f8ff3e3c0fe0ff8 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[] = "";
        break;
@@ -127,8 +127,6 @@ default: // Do stuff when extension is loaded
        }
        break;
 }
-// Language file prefix
-$EXT_LANG_PREFIX = "profile";
 
 //
 ?>