From 336d9decba2ef52eea159d7682d87c62af32d5f6 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 6 Jan 2014 08:47:44 -0500 Subject: [PATCH] Fix coding style Signed-off-by: Marc Delisle --- libraries/DisplayResults.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 387d5356a4..9cbad1b47e 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -2859,8 +2859,8 @@ class PMA_DisplayResults $meta->mimetype = str_replace( '_', '/', $this->transformation_info[strtolower($this->__get('db'))] - [strtolower($this->__get('table'))] - [strtolower($meta->name)][2] + [strtolower($this->__get('table'))] + [strtolower($meta->name)][2] ); }