Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2015-09-11 20:37:54 +0300
committerMarc Delisle <marc@infomarc.info>2015-09-11 20:37:54 +0300
commit77c0d66a1b7517225c73ab83990e8bdcbf2d9efa (patch)
treefc81c42b3ee1928f3398014628ac98438ee97d47 /db_export.php
parentf1823798ff2165981549490b056d040bc2581256 (diff)
Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'db_export.php')
-rw-r--r--db_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_export.php b/db_export.php
index 0274f9259e..af6b816506 100644
--- a/db_export.php
+++ b/db_export.php
@@ -148,6 +148,6 @@ $response = PMA_Response::getInstance();
$response->addHTML(
PMA_getExportDisplay(
'database', $db, $table, $sql_query, $num_tables,
- $unlim_num_rows, $multi_values
+ $unlim_num_rows, $multi_values
)
);