]> git.mxchange.org Git - mailer.git/commitdiff
The old column name 'id' must be back :(
authorRoland Häder <roland@mxchange.org>
Wed, 19 Dec 2012 21:07:16 +0000 (21:07 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Dec 2012 21:07:16 +0000 (21:07 +0000)
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`