]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-
login bonus will no longer be payed when turned off, "Y/N" rewritten to 'Y/N'
[mailer.git] / inc / extensions / ext-
index 526c2a698114cc077f03bc2483f8839a40b2b44b..d714a3e593dcdf800e8531e226832036bfe2764c 100644 (file)
@@ -53,7 +53,7 @@ case "register": // Do stuff when installtion is running (modules.php?module=adm
        // SQL commands to run
 
        // Load CSS file?
-       $EXT_CSS = "Y";
+       $EXT_CSS = 'Y';
        break;
 
 case "remove": // Do stuff when removing extension
@@ -90,7 +90,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "xxx";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = "N";
+$EXT_ALWAYS_ACTIVE = 'N';
 
 //
 ?>