[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1596-g541c99c

Michal Čihař nijel at users.sourceforge.net
Fri Apr 16 09:59:00 CEST 2010


The branch, master has been updated
       via  541c99c084a60b35865ab7f60d7b1442f6a6d554 (commit)
       via  69dd779f407a41d9b6ea5b8c7418cfac322368cb (commit)
      from  67fd7e2567009a8bc6eb605e18587efc9b7047c4 (commit)


- Log -----------------------------------------------------------------
commit 541c99c084a60b35865ab7f60d7b1442f6a6d554
Merge: 67fd7e2567009a8bc6eb605e18587efc9b7047c4 69dd779f407a41d9b6ea5b8c7418cfac322368cb
Author: Michal Čihař <mcihar at novell.com>
Date:   Fri Apr 16 09:58:27 2010 +0200

    Merge branch 'QA_3_3'

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

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

diff --git a/ChangeLog b/ChangeLog
index 602ae21..8814169 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,8 @@ $Id$
   thanks to Björn Wiberg - bwiberg
 - bug #2983066 [interface] Flush table on table operations shows the query twice, 
   thanks to Martynas Mickevičius - BlinK_
+- bug #2983060, patch #2987900 [interface] Fix initial state of tables in
+  designer, thanks to Sutharshan Balachandren.
 
 3.3.2.0 (2010-04-13)
 - patch #2969449 [core] Name for MERGE engine varies depending on the
diff --git a/pmd_general.php b/pmd_general.php
index 01a0a2d..f5be698 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -224,7 +224,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
 </tr>
 </thead>
 <tbody id="id_tbody_<?php echo $t_n_url ?>"
-    <?php if (! isset($tab_pos[$t_n])) echo 'style="display: none;"'; ?>>
+    <?php if ( isset($tab_pos[$t_n])) echo 'style="display: none;"'; ?>>
     <?php
     $display_field = PMA_getDisplayField($db, $GLOBALS['PMD']["TABLE_NAME_SMALL"][$i]);
     for ($j = 0, $id_cnt = count($tab_column[$t_n]["COLUMN_ID"]); $j < $id_cnt; $j++) {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list