bug 1823224, no legend/icon for db comment

This commit is contained in:
Marc Delisle
2007-11-01 16:36:52 +00:00
parent 5eb4fee323
commit 786a67f0e6

View File

@@ -252,7 +252,7 @@ if (!$is_information_schema) {
<?php echo PMA_generate_common_hidden_inputs($db); ?>
<fieldset>
<legend>
<?php PMA_getIcon('b_comment.png', $strDBComment, false, true); ?>
<?php echo PMA_getIcon('b_comment.png', $strDBComment, false, true); ?>
</legend>
<input type="text" name="comment" class="textfield" size="30"
value="<?php