From ecb07c704dbc8728c9bd62108148a1a3c9bd9796 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 19 Dec 2012 21:07:16 +0000 Subject: [PATCH] The old column name 'id' must be back :( --- inc/modules/admin/what-extensions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index 36abfe44a3..f8c028ab3d 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -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` -- 2.39.5