bug #1389165, data dict shows all columns as Null Yes

This commit is contained in:
Marc Delisle
2006-01-06 17:46:18 +00:00
parent ab7ceec268
commit 036f71d51b
2 changed files with 4 additions and 1 deletions

View File

@@ -236,7 +236,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
</td>
<td<?php echo $type_nowrap; ?> xml:lang="en" dir="ltr"><?php echo $type; ?></td>
<?php /* <td<?php echo $type_nowrap; ?>><?php echo $strAttribute; ?></td>*/ ?>
<td><?php echo (($row['Null'] == '') ? $strNo : $strYes); ?></td>
<td><?php echo (($row['Null'] == '' || $row['Null'] == 'NO') ? $strNo : $strYes); ?></td>
<td nowrap="nowrap"><?php if (isset($row['Default'])) echo $row['Default']; ?></td>
<?php /* <td<?php echo $type_nowrap; ?>><?php echo $row['Extra']; ?></td>*/ ?>
<?php