From a9d98907268ed1eb643e2c36780d45f360534500 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Wed, 14 Dec 2011 16:16:31 +0100 Subject: [PATCH] fixed typo Signed-off-by: Sven Strickroth --- libraries/export/php_array.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '';