]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-safe.php
More fixes, thanks to Piter01
[mailer.git] / inc / extensions / ext-safe.php
index 690d6835ea2678306788565b874c7de58db30c68..d8b9b855f5f9e11be5a95addd8d709887c55d648 100644 (file)
@@ -49,7 +49,7 @@ $EXT_VER_HISTORY = array("0.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
        break;
 
@@ -81,8 +81,5 @@ default: // Do stuff when extension is loaded
        break;
 }
 
-// Language file prefix
-$EXT_LANG_PREFIX = "safe";
-
 //
 ?>