X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-extensions.php;h=45cd7d59ca5920429be60096244a12c2f9819abc;hb=0176313718a3887a7d833d578142ae41d3a06a15;hp=5c6be90d0205275180f65f37b999c4fa37a68a3d;hpb=6797270f78974371c16533a0cf2f450bef362c88;p=mailer.git diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index 5c6be90d02..45cd7d59ca 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -198,7 +198,6 @@ if (isGetRequestParameterSet('reg_ext')) { $content = array( 'id' => $ext_id, 'ext_name' => $ext_name, - 'ext_ver' => getExtensionVersion($ext_name), 'verbose' => $VERBOSE_OUT ); @@ -303,7 +302,9 @@ ORDER BY while ($content = SQL_FETCHARRAY($result)) { // Prepare CSS selection output $cssSelection = '---'; - if (isExtensionInstalledAndNewer('sql_patches', '0.0.6')) $cssSelection = translateYesNo($content['ext_css']); + if (isExtensionInstalledAndNewer('sql_patches', '0.0.6')) { + $cssSelection = translateYesNo($content['ext_css']); + } // END - if // Prepare data for the row template $content['ext_css'] = $cssSelection;