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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-06-23 16:02:58 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-06-23 16:02:58 +0400
commite38b5cd4ffc534a19f7f339f96b0e2197b02363c (patch)
treecc51e5d76c3692ad346d6afb38d267bed2bc9cd5 /import.php
parent9365825f52b3629820e11a963f83fe68925413f3 (diff)
parent5661c3e14cefe79d01ec8b049d0a8efe4905a2ba (diff)
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts: db_structure.php libraries/common.lib.php libraries/database_interface.lib.php tbl_structure.php
Diffstat (limited to 'import.php')
-rw-r--r--import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/import.php b/import.php
index 6ae7c91233..1246f209e0 100644
--- a/import.php
+++ b/import.php
@@ -108,7 +108,7 @@ if ($import_type == 'table') {
}
$err_url = $goto
. '?' . $common
- . (preg_match('@^tbl_[a-z]*\.php$@', $goto) ? '&amp;table=' . urlencode($table) : '');
+ . (preg_match('@^tbl_[a-z]*\.php$@', $goto) ? '&amp;table=' . htmlspecialchars($table) : '');
$_SESSION['Import_message']['go_back_url'] = $err_url;
}