Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5e8c5af72f
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user