diff --git a/libraries/export/php_array.php b/libraries/export/php_array.php index db62cf1f9..5b5937de1 100644 --- a/libraries/export/php_array.php +++ b/libraries/export/php_array.php @@ -152,7 +152,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) $tablefixed = '_' . $tablefixed; } } else { - $table = $tablefixed; + $tablefixed = $table; } $buffer = '';