The branch, master has been updated
       via  54f96664a486164d23a7bc48efb2a504190c812e (commit)
       via  414363d38d788c1c126d0aafc4eda69c0a8157c8 (commit)
      from  889ea0afb047b255e81ebb1fe54f5bb825a804ef (commit)


- Log -----------------------------------------------------------------
commit 54f96664a486164d23a7bc48efb2a504190c812e
Merge: 889ea0a 414363d
Author: Michal Čihař <[email protected]>
Date:   Fri Aug 19 12:06:13 2011 +0200

    Merge branch 'QA_3_4'

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

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 e74524d..10cd8a9 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -225,9 +225,9 @@ foreach($tables as $table) {
     <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