Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / extensions / ext-yoomedia.php
index 0df74774293936a86b5e7ae9fa8314f397166f9d..e5fa090db0bfe083dc40863cec0e616296754478 100644 (file)
@@ -55,7 +55,7 @@ case "register": // Do stuff when installtion is running (modules.php?module=adm
        $SQLs[] = "";
 
        // Load CSS file?
-       $EXT_CSS = 'Y';
+       $EXT_CSS = "N";
        break;
 
 case "remove": // Do stuff when removing extension
@@ -92,7 +92,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "yoomedia";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = 'N';
+$EXT_ALWAYS_ACTIVE = "N";
 
 //
 ?>