patch #2099972 [structure] Display None when there is no default value
This commit is contained in:
@@ -22,6 +22,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
+ rfe #1612724 [export] add option to export without comments
|
+ rfe #1612724 [export] add option to export without comments
|
||||||
- bug #2090002 [display] Cannot edit row in VIEW
|
- bug #2090002 [display] Cannot edit row in VIEW
|
||||||
- patch #2099962 [js] fix js error without frameset, thanks to Xuefer
|
- 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)
|
3.0.0.0 (not yet released)
|
||||||
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -
|
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -
|
||||||
|
@@ -340,6 +340,9 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
|
|||||||
} else {
|
} else {
|
||||||
echo $row['Default'];
|
echo $row['Default'];
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
echo '<i>' . $strNone . '</i>';
|
||||||
} ?></td>
|
} ?></td>
|
||||||
<td nowrap="nowrap"><?php echo $row['Extra']; ?></td>
|
<td nowrap="nowrap"><?php echo $row['Extra']; ?></td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
|
Reference in New Issue
Block a user