Merge pull request #11803 from Achilles-96/Issue-11730
Bug fix for #11746
This commit is contained in:
commit
128b4195b1
@ -2,7 +2,9 @@
|
||||
<?php $odd_row = false; ?>
|
||||
<fieldset>
|
||||
<legend><?php echo __('Information'); ?></legend>
|
||||
<p> <strong> <?php echo __('Table comments: ') ?> </strong> <?php echo $showtable['TABLE_COMMENT']; ?></p>
|
||||
<p> <strong> <?php echo __('Table comments: ') ?> </strong>
|
||||
<?php echo isset($showtable['TABLE_COMMENT']) ? $showtable['TABLE_COMMENT'] : '';?>
|
||||
</p>
|
||||
<a id="showusage"></a>
|
||||
|
||||
<?php if (! $tbl_is_view && ! $db_is_system_schema): ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user