patch #2099972 [structure] Display None when there is no default value

This commit is contained in:
Marc Delisle
2008-09-09 17:23:59 +00:00
parent 8a4d1084d3
commit 0bac6c14eb
2 changed files with 5 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ rfe #1612724 [export] add option to export without comments
- bug #2090002 [display] Cannot edit row in VIEW
- patch #2099962 [js] fix js error without frameset, thanks to Xuefer
- patch #2099972 [structure] Display None when there is no default value,
thanks to Xuefer - xuefer
3.0.0.0 (not yet released)
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -

View File

@@ -340,6 +340,9 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
} else {
echo $row['Default'];
}
}
else {
echo '<i>' . $strNone . '</i>';
} ?></td>
<td nowrap="nowrap"><?php echo $row['Extra']; ?></td>
<td align="center">