Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
This commit is contained in:
Achilles-96 2016-01-02 11:37:13 +05:30
parent f48b5af23c
commit fbe8fbb362

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