]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_extensions.php
Fix in CREATE_EXTENSION_DEACTIVATION_TASK() and coding-style updated
[mailer.git] / inc / load_extensions.php
index bb161afa63f28e1822368897acd48639d39c94e0..a1544e6c3c0a31408c4b4f84402165ff6be13cf5 100644 (file)
@@ -204,7 +204,6 @@ if ((SQL_NUMROWS($res_ext_crt) > 0) && ((($cacheMode == "init") && ($CSS != "1")
 
                // Load extensions
                $file1 = sprintf("%sinc/extensions/ext-%s.php", PATH, $content['ext_name']);
-               $EXT_CSS = "N"; $EXT_ALWAYS_ACTIVE = "N";
 
                // Does the extension file exists?
                if (FILE_READABLE($file1)) {