0.0.0 shall be our first version
[mailer.git] / inc / modules / admin / what-extensions.php
index 45cd7d59ca5920429be60096244a12c2f9819abc..4b9f9a988be10db568e2998c1d647240e0b66d18 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', '0.0', true)) {
+                               if (loadExtension($ext_name, 'remove', '0.0.0', true)) {
                                        // Generate extra table with loaded SQL commands
                                        $VERBOSE_OUT = addExtensionVerboseSqlTable();
                                } // END - if