Major fixes in filters/extensions, other improvements:
[mailer.git] / inc / modules / admin / what-extensions.php
index d1d373d2ba2bd2f74dc6205f08d84890c602f717..2446b3df907cb7b5ea8abc47328b7a5616edb24a 100644 (file)
@@ -165,9 +165,9 @@ if (!empty($_GET['reg_ext'])) {
 
                if (getConfig('verbose_sql') == "Y") {
                        // Load SQL commands in remove mode
-                       if (LOAD_EXTENSION($ext_name, "remove", "", true)) {
+                       if (LOAD_EXTENSION($ext_name, "remove", "", true, $SQLs)) {
                                // Generate extra table with loaded SQL commands
-                               $VERBOSE_OUT = EXTENSION_VERBOSE_TABLE();
+                               $VERBOSE_OUT = EXTENSION_VERBOSE_TABLE($SQLs);
                        } // END - if
                } // END - if