Skip to content

Commit

Permalink
Remove unused global
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 21, 2015
1 parent 950cb05 commit a9b031b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/import.lib.php
Expand Up @@ -165,8 +165,7 @@ function PMA_executeQuery($sql, $full, &$sql_data)
function PMA_importRunQuery($sql = '', $full = '', &$sql_data = array())
{
global $import_run_buffer, $go_sql, $complete_query, $display_query,
$sql_query, $my_die, $error, $reload,
$result, $msg,
$sql_query, $error, $reload, $result, $msg,
$skip_queries, $executed_queries, $max_sql_len, $read_multiply,
$cfg, $sql_query_disabled, $db, $run_query, $is_superuser;
$read_multiply = 1;
Expand Down

0 comments on commit a9b031b

Please sign in to comment.