]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
Naming convention applied
[mailer.git] / inc / modules / admin / what-extensions.php
index 04d84cc623c372ec7849e7090bca57b3c7da6f22..88aefc57e2dc6ed629daa23455f95e8364788dbf 100644 (file)
@@ -188,7 +188,7 @@ if (isGetRequestParameterSet('reg_ext')) {
                        // Listing of SQLs enabled?
                        if (isVerboseSqlEnabled()) {
                                // Load SQL commands in remove mode
-                               if (loadExtension($ext_name, 'remove', '', true)) {
+                               if (loadExtension($ext_name, 'remove', '0.0', true)) {
                                        // Generate extra table with loaded SQL commands
                                        $VERBOSE_OUT = addExtensionVerboseSqlTable();
                                } // END - if