X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-extensions.php;h=4b9f9a988be10db568e2998c1d647240e0b66d18;hb=8d0ed5ed9a9ca0e07b9582f2311b44bdcc5a95ea;hp=45cd7d59ca5920429be60096244a12c2f9819abc;hpb=3a6d179c2657ec1a16b2b49c7762fa082d6d15d7;p=mailer.git diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index 45cd7d59ca..4b9f9a988b 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -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