From 8fd9c48c9c8349a691843b4ed59cbe2634f096a8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 18 Nov 2014 11:54:27 -0500 Subject: [PATCH] Remove dead code Signed-off-by: Marc Delisle --- libraries/sql_query_form.lib.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php index 4539a3d70f..5b33b33863 100644 --- a/libraries/sql_query_form.lib.php +++ b/libraries/sql_query_form.lib.php @@ -146,8 +146,6 @@ function PMA_getHtmlForSqlQueryFormInsert( $locking = ''; $height = $GLOBALS['cfg']['TextareaRows'] * 2; - $table = ''; - $db = ''; $fields_list = array(); if (! /*overload*/mb_strlen($GLOBALS['db'])) { // prepare for server related @@ -176,7 +174,6 @@ function PMA_getHtmlForSqlQueryFormInsert( ); } } else { - $table = $GLOBALS['table']; $db = $GLOBALS['db']; // Get the list and number of fields // we do a try_query here, because we could be in the query window,