]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
'order_points' and locked are now displayed, some array elements/language ids renamed
[mailer.git] / inc / modules / admin / what-extensions.php
index 5c6be90d0205275180f65f37b999c4fa37a68a3d..45cd7d59ca5920429be60096244a12c2f9819abc 100644 (file)
@@ -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;