Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-11-18 17:54:38 +01:00
commit 5e8c5af72f

View File

@ -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,