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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2011-09-23 07:13:41 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2011-09-23 07:13:41 +0400
commite67a0a2531fff325477c5babcfffbf205ca755b3 (patch)
tree72ee9b0d6f6fe17a6189ddc46e363d408f59b2df /export.php
parentac088aaee0194f28f435b63b978db96426cda642 (diff)
Spaces between parameters in function calls
Diffstat (limited to 'export.php')
-rw-r--r--export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.php b/export.php
index b82ef99233..0c8a644d48 100644
--- a/export.php
+++ b/export.php
@@ -342,7 +342,7 @@ if (!$save_on_server) {
// Download
// (avoid rewriting data containing HTML with anchors and forms;
// this was reported to happen under Plesk)
- @ini_set('url_rewriter.tags','');
+ @ini_set('url_rewriter.tags', '');
$filename = PMA_sanitize_filename($filename);
PMA_download_header($filename, $mime_type);