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,