X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-extensions.php;h=2a86e83052176a845636d7aa0a17a4998f0bc1c9;hp=b57379a82938e34c0ae1f88b049cf928826dd8c1;hb=4001187f22197f55e5a1f211fc8defcc180f7c32;hpb=a47a9c49a7813304ac78deb3741bdd85e6d50912 diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index b57379a829..2a86e83052 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -151,7 +151,7 @@ if (REQUEST_ISSET_GET(('reg_ext'))) { } } elseif ((REQUEST_ISSET_POST(('delete'))) && ($SEL > 0) && (!IS_DEMO())) { // List extensions and when verbose is enabled SQL statements which will be executed - $SW = 2; $OUT = ""; + $OUT = ""; $SW = 2; foreach (REQUEST_POST('sel') as $ext_id => $sel) { // Init variables $VERBOSE_OUT = ""; INIT_SQLS(); @@ -238,7 +238,7 @@ ORDER BY ext_name", __FILE__, __LINE__); // Are there some entries? if (SQL_NUMROWS($result) > 0) { // Extensions are registered - $SW = 2; $OUT = ""; + $OUT = ""; $SW = 2; while ($content = SQL_FETCHARRAY($result)) { // Prepare CSS selection output $cssSelection = "---"; @@ -320,7 +320,7 @@ case "register": // Register new extension } // Do we need to update cache file? - if ((EXT_IS_ACTIVE("cache")) && ($GLOBALS['cacheMode'] != "no")) { + if ((EXT_IS_ACTIVE("cache")) && ($GLOBALS['cache_mode'] != "no")) { // Remove cache file (will be auto-created again!) if ($GLOBALS['cache_instance']->loadCacheFile("config")) $GLOBALS['cache_instance']->destroyCacheFile(); if ($GLOBALS['cache_instance']->loadCacheFile("extensions", true)) $GLOBALS['cache_instance']->destroyCacheFile();