[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_3RC1-5-g341dc12

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


The branch, QA_3_4 has been updated
       via  341dc1296f8e3fe6b80a9b5f5e752cfd868bdb10 (commit)
       via  dc6c1e8b5cc0d2d116e000cba7752f60be248ffd (commit)
      from  3336bf363625d3512da5f32d5d9f276a64dae02b (commit)


- Log -----------------------------------------------------------------
commit 341dc1296f8e3fe6b80a9b5f5e752cfd868bdb10
Merge: 3336bf363625d3512da5f32d5d9f276a64dae02b dc6c1e8b5cc0d2d116e000cba7752f60be248ffd
Author: Michal Čihař <mcihar at suse.cz>
Date:   Tue Jun 21 12:08:54 2011 +0200

    Merge branch 'MAINT_3_4_3' into QA_3_4

-----------------------------------------------------------------------

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