Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-27 20:00:49 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-27 20:00:49 +0400
commitbe630a89fa73810c8527c843b4bbd30b4cecc6c5 (patch)
tree21f896c51fb5a5a9262555752b411d043f365089 /pmd_general.php
parent29a0fb4fe9e1564c8ef2007df62fbba77918ad2f (diff)
invalid CSS display property
Diffstat (limited to 'pmd_general.php')
-rw-r--r--pmd_general.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_general.php b/pmd_general.php
index 967548f8cb..11412d468b 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -154,7 +154,7 @@ for ( $i=0; $i < sizeof( $GLOBALS['PMD']["TABLE_NAME"] ); $i++ )
><?php echo "<span class='owner'>".strtolower($GLOBALS['PMD_OUT']["OWNER"][$i]).".</span>".$GLOBALS['PMD_OUT']["TABLE_NAME_SMALL"][$i]; ?></td>
</tr>
<tbody id="_|_tbody_<?php echo $t_n_url ?>"
- style="display:<?php if( isset($tab_pos[$t_n]) ) echo $tab_pos[$t_n]["V"]?"":"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; $j < sizeof( $tab_column[$t_n]["COLUMN_ID"] ); $j++ )