]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
New wrapper function introduced, more EL rewrites:
[mailer.git] / inc / modules / admin / what-extensions.php
index 1da8cee39865a8a836cca9ead91a0c6e0037ca9f..12aeec675fdb1dc68cd045f349227c59e7a59f63 100644 (file)
@@ -176,7 +176,7 @@ if (isGetRequestParameterSet('reg_ext')) {
                        // Get extension name
                        $ext_name = getExtensionName($taskId);
 
-                       if (getConfig('verbose_sql') == 'Y') {
+                       if (isVerboseSqlEnabled()) {
                                // Load SQL commands in remove mode
                                if (loadExtension($ext_name, 'remove', '', true)) {
                                        // Generate extra table with loaded SQL commands
@@ -278,7 +278,7 @@ ORDER BY
                } else {
                        // Load extension data without CSS informations
                        $result = SQL_QUERY("SELECT
-       `id` AS ext_id, `ext_name`, `ext_active, `ext_version`
+       `id` AS ext_id, `ext_name`, `ext_active`, `ext_version`
 FROM
        `{?_MYSQL_PREFIX?}_extensions`
 ".$where."