From 4638c051f557e7d9caba464a4c2bb3ec4ba7f228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 6 Jun 2014 14:12:03 +0200 Subject: [PATCH] Use passed parameter instead of calculating it again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/DisplayResults.class.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 793afcea43..349fd9043c 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -636,13 +636,6 @@ class PMA_DisplayResults // contains accented characters $html_sql_query = htmlspecialchars($this->__get('sql_query')); - /** - * @todo move this to a central place - * @todo for other future table types - */ - $is_innodb = (isset($showtable['Type']) - && $showtable['Type'] == self::TABLE_TYPE_INNO_DB); - // Navigation bar $table_navigation_html .= '' . ''