]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-yoomedia.php
More fixes for points booking and surfbar
[mailer.git] / inc / extensions / ext-yoomedia.php
index 0df74774293936a86b5e7ae9fa8314f397166f9d..93461af4850e14bf2f70e7a6307092859cc0ad49 100644 (file)
@@ -13,7 +13,7 @@
  * -------------------------------------------------------------------- *
  *                                                                      *
  * -------------------------------------------------------------------- *
- * Copyright (c) 2003, 2004, 2005, 2006, 2007 by Roland Haeder          *
+ * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -53,9 +53,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
        $SQLs[] = "";
-
-       // Load CSS file?
-       $EXT_CSS = 'Y';
        break;
 
 case "remove": // Do stuff when removing extension
@@ -92,7 +89,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "yoomedia";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = 'N';
+$EXT_ALWAYS_ACTIVE = "N";
 
 //
 ?>