The branch, QA_3_4 has been updated
       via  414363d38d788c1c126d0aafc4eda69c0a8157c8 (commit)
      from  599c9b5e1bacc01a9c9bb6621ec1ed3279c4104a (commit)


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

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

diff --git a/db_datadict.php b/db_datadict.php
index 6981462..938ebf7 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -249,9 +249,9 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
     <td nowrap="nowrap">
         <?php
         if (isset($pk_array[$row['Field']])) {
-            echo '<u>' . htmlspecialchars($field_name) . '</u>';
+            echo '<u>' . $field_name . '</u>';
         } else {
-            echo htmlspecialchars($field_name);
+            echo $field_name;
         }
         ?>
     </td>


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to