From 9b2ff195de1f752e7b9ae18f588daba750633ce1 Mon Sep 17 00:00:00 2001 From: lorilee Date: Fri, 16 Jul 2010 00:11:07 -0700 Subject: [PATCH] Fixed bug where table rows don't show up because of conflicting variable names --- tbl_structure.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tbl_structure.php b/tbl_structure.php index cfbd961ad..3d3d7ff29 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -391,14 +391,14 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { hasColumn($field_name))) { echo $titles['NoPrimary'] . "\n"; - $primary = false; + $primary_enabled = false; } else { echo "\n"; ?> - @@ -407,13 +407,13 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { - @@ -422,14 +422,14 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { @@ -443,7 +443,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { - + - +
+ if($unique_enabled) { ?> @@ -494,7 +494,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
+ if($index_enabled) { ?> @@ -506,7 +506,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
+ if($fulltext_enabled) { ?>