Merge pull request #11803 from Achilles-96/Issue-11730

Bug fix for #11746
This commit is contained in:
Marc Delisle 2016-01-02 10:46:15 -05:00
commit 128b4195b1

View File

@ -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): ?>