[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_3RC1-15-g43c7f93

Michal Čihař nijel at users.sourceforge.net
Mon Jun 27 13:56:27 CEST 2011


The branch, QA_3_4 has been updated
       via  43c7f939c31e9304cacbbc456d999d9d6afc8682 (commit)
       via  79d924add8c5e2070f7ab0301e1c98ac42fee806 (commit)
      from  5e28dbea224d21b2c03cd325ef67f36b42d2b58d (commit)


- Log -----------------------------------------------------------------
commit 43c7f939c31e9304cacbbc456d999d9d6afc8682
Merge: 5e28dbea224d21b2c03cd325ef67f36b42d2b58d 79d924add8c5e2070f7ab0301e1c98ac42fee806
Author: Michal Čihař <mcihar at suse.cz>
Date:   Mon Jun 27 13:56:05 2011 +0200

    Merge branch 'MAINT_3_4_3' into QA_3_4

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

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

diff --git a/tbl_structure.php b/tbl_structure.php
index ffdb0d2..077dbcf 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -252,7 +252,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
         // for the case ENUM('–','“')
         $type         = htmlspecialchars($type);
         if(strlen($type) > $GLOBALS['cfg']['LimitChars']) {
-            $type = '<abbr title="full text">' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . '</abbr>';
+            $type = '<abbr title="' . htmlspecialchars($type) . '">' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . '</abbr>';
         }
 
         $type_nowrap  = '';


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list