bug #1389165, shows all columns as Null Yes

This commit is contained in:
Marc Delisle
2006-01-06 18:05:53 +00:00
parent 036f71d51b
commit 97bd2323d5
3 changed files with 4 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
$strAttribute = 'UNSIGNED ZEROFILL';
}
if (!isset($row['Default'])) {
if ($row['Null'] != '') {
if ($row['Null'] != '' && $row['Null'] != 'NO') {
$row['Default'] = '<i>NULL</i>';
}
} else {