Even more array-element names fixed
authorRoland Häder <roland@mxchange.org>
Thu, 15 Jul 2010 18:26:41 +0000 (18:26 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 15 Jul 2010 18:26:41 +0000 (18:26 +0000)
inc/modules/admin/what-theme_edit.php
templates/de/html/admin/admin_theme_edit_row.tpl

index 4bb84530d2e292afee9717b7643e79546246b4c2..4b84e0498915c04e3649b3d0530fea7fc7086bbd 100644 (file)
@@ -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`
index cb1aa02659bf79e674a5c393b21b6b366f4e369c..2f6fdfc90c36414ba51bb08971187bb85878ef5c 100644 (file)
@@ -19,6 +19,6 @@
                <a href="{%pipe,generateDerefererUrl=$content[url]%}" target="_blank">$content[url]</a>
        </td>
        <td class="{%template,ColorSwitch%} bottom" align="center">
-               v$content[theme_ver]
+               v$content[theme_version]
        </td>
 </tr>