[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_3_2-67-g414363d
    Michal Čihař 
    nijel at users.sourceforge.net
       
    Fri Aug 19 12:06:27 CEST 2011
    
    
  
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
    
    
More information about the Git
mailing list