]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
The old column name 'id' must be back :(
[mailer.git] / inc / modules / admin / what-extensions.php
index 36abfe44a367e242abc52cfea866db7d1ecebe9d..f8c028ab3d86a3da8f3075abe00f7bfb09b3940b 100644 (file)
@@ -282,7 +282,7 @@ switch ($do) {
                if (isExtensionInstalledAndNewer('sql_patches', '0.0.6')) {
                        // Load extension data with CSS informations
                        $result = SQL_QUERY('SELECT
-       `ext_id`,
+       `id` AS `ext_id`,
        `ext_name`,
        `ext_active`,
        `ext_css`,
@@ -295,7 +295,7 @@ ORDER BY
                } else {
                        // Load extension data without CSS informations
                        $result = SQL_QUERY('SELECT
-       `ext_id`,
+       `id` AS `ext_id`,
        `ext_name`,
        `ext_active`,
        `ext_version`