]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-safe.php
Entire rewrite of mail part in app! Not kidding here...
[mailer.git] / inc / extensions / ext-safe.php
index 4a02e0f4e87d5981c5cfb63f9ef64621b56168e4..759bce29eef042a1ead6f3487e103e18962100ce 100644 (file)
@@ -9,7 +9,7 @@
  * Short description : A safe for storing points on a "safe" place      *
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Ein Tresor zum Ablegen der Punkte an einem       *
- *                     sicheren Ort                                     *
+ *                     "sicheren Ort"                                   *
  * -------------------------------------------------------------------- *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -51,9 +51,6 @@ switch ($EXT_LOAD_MODE)
 {
 case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
        // SQL commands to run
-
-       // Load CSS file?
-       $EXT_CSS = 'Y';
        break;
 
 case "remove": // Do stuff when removing extension
@@ -88,7 +85,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "safe";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = 'N';
+$EXT_ALWAYS_ACTIVE = "N";
 
 //
 ?>