summaryrefslogtreecommitdiff
path: root/core/views/admin_block_platform.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-08 17:48:30 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-08 17:48:30 +0000
commit0373cb06765244d51a218633d258a74c5cbb04a6 (patch)
treefc852fa543b544a955de5cdba49071be2630d2e4 /core/views/admin_block_platform.html.php
parent2c2839c13b07ffaa5423d2affd314855e818ba11 (diff)
Use lower-case aliases for greater portability (thanks Romain LE DISEZ)
Diffstat (limited to 'core/views/admin_block_platform.html.php')
-rw-r--r--core/views/admin_block_platform.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_block_platform.html.php b/core/views/admin_block_platform.html.php
index 272e20c1..1a43c715 100644
--- a/core/views/admin_block_platform.html.php
+++ b/core/views/admin_block_platform.html.php
@@ -10,6 +10,6 @@
<?= t("PHP: %php_version", array("php_version" => phpversion())) ?>
</li>
<li>
- <?= t("MySQL: %mysql_version", array("mysql_version" => Database::instance()->query("SELECT version() as V")->current()->V)) ?>
+ <?= t("MySQL: %mysql_version", array("mysql_version" => Database::instance()->query("SELECT version() as v")->current()->v)) ?>
</li>
</ul>