patch #2649087 None default is different than other None in some languages.
This commit is contained in:
@@ -343,7 +343,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
echo '<i>' . $strNone . '</i>';
|
||||
echo '<i>' . $strNoneDefault . '</i>';
|
||||
} ?></td>
|
||||
<td nowrap="nowrap"><?php echo $row['Extra']; ?></td>
|
||||
<td align="center">
|
||||
|
Reference in New Issue
Block a user