From: Roland Häder Date: Thu, 15 Jul 2010 18:26:41 +0000 (+0000) Subject: Even more array-element names fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f0d96780659f69081bccc346c865c73d1f05660;p=mailer.git Even more array-element names fixed --- 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]