From: Roland Häder Date: Wed, 19 Dec 2012 21:07:16 +0000 (+0000) Subject: The old column name 'id' must be back :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ecb07c704dbc8728c9bd62108148a1a3c9bd9796;p=mailer.git The old column name 'id' must be back :( --- 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`