From 0373cb06765244d51a218633d258a74c5cbb04a6 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 8 May 2009 17:48:30 +0000 Subject: Use lower-case aliases for greater portability (thanks Romain LE DISEZ) --- core/views/admin_block_platform.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views') 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 @@ phpversion())) ?>
  • - Database::instance()->query("SELECT version() as V")->current()->V)) ?> + Database::instance()->query("SELECT version() as v")->current()->v)) ?>
  • -- cgit v1.2.3