[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_3, updated. RELEASE_3_4_3RC1-2-gdc6c1e8

Michal Čihař nijel at users.sourceforge.net
Tue Jun 21 12:09:05 CEST 2011


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




More information about the Git mailing list