Fix typo
This commit is contained in:
parent
d4c9e4135e
commit
fcb5b16adf
@ -196,7 +196,7 @@ while ($row = PMA_DBI_fetch_row($rowset)) {
|
||||
$type_nowrap = ' nowrap="nowrap"';
|
||||
}
|
||||
$type = htmlspecialchars($extracted_fieldspec['print_type']);
|
||||
$attribute = $extracted_fieldspec['attribute']
|
||||
$attribute = $extracted_fieldspec['attribute'];
|
||||
if (! isset($row['Default'])) {
|
||||
if ($row['Null'] != 'NO') {
|
||||
$row['Default'] = '<i>NULL</i>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user