From 7f0d96780659f69081bccc346c865c73d1f05660 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 15 Jul 2010 18:26:41 +0000 Subject: [PATCH] Even more array-element names fixed --- inc/modules/admin/what-theme_edit.php | 2 +- templates/de/html/admin/admin_theme_edit_row.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index 4bb84530d2..4b84e04989 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -106,7 +106,7 @@ $result = SQL_QUERY("SELECT `id`, `theme_path`, `theme_active`, - `theme_ver`, + `theme_ver` AS `theme_version`, `theme_name` FROM `{?_MYSQL_PREFIX?}_themes` diff --git a/templates/de/html/admin/admin_theme_edit_row.tpl b/templates/de/html/admin/admin_theme_edit_row.tpl index cb1aa02659..2f6fdfc90c 100644 --- a/templates/de/html/admin/admin_theme_edit_row.tpl +++ b/templates/de/html/admin/admin_theme_edit_row.tpl @@ -19,6 +19,6 @@ $content[url] - v$content[theme_ver] + v$content[theme_version] -- 2.39.5