The branch, MAINT_3_4_3 has been updated
       via  dc6c1e8b5cc0d2d116e000cba7752f60be248ffd (commit)
      from  cb043f4365be9b8edec63188d339eda2154401fc (commit)


- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 import.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/import.php b/import.php
index 78e5ffd..d706b60 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) ? '&table=' . 
urlencode($table) : '');
+              . (preg_match('@^tbl_[a-z]*\.php$@', $goto) ? '&table=' . 
htmlspecialchars($table) : '');
     $_SESSION['Import_message']['go_back_url'] = $err_url;
 }
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to