fixed typo

Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
Sven Strickroth
2011-12-14 16:16:31 +01:00
committed by Marc Delisle
parent 797ec6faf0
commit a9d9890726

View File

@@ -152,7 +152,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
$tablefixed = '_' . $tablefixed;
}
} else {
$table = $tablefixed;
$tablefixed = $table;
}
$buffer = '';