Remove '; InnoDB free:' part from comment when changing it.
This commit is contained in:
@@ -13,6 +13,8 @@ $Source$
|
||||
modified files and is capable to get charset from filename when reading
|
||||
from file has failed.
|
||||
* left.php3: More fixes for HTML entities.
|
||||
* tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
|
||||
when changing it.
|
||||
|
||||
2003-04-14 Garvin Hicking <me@supergarv.de>
|
||||
* libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
|
||||
|
@@ -56,8 +56,9 @@ if (PMA_MYSQL_INT_VERSION >= 32322) {
|
||||
<form method="post" action="tbl_properties_options.php3">
|
||||
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
|
||||
<?php echo $strTableComments; ?> :
|
||||
<input type="hidden" name="prev_comment" value="<?php echo urlencode($show_comment); ?>" />
|
||||
<input type="text" name="comment" maxlength="60" size="30" value="<?php echo htmlspecialchars($show_comment); ?>" class="textfield" style="vertical-align: middle" onfocus="this.select()" />
|
||||
<?php $comment = ereg_replace('; InnoDB free:[^;]*$' , '', $show_comment); ?>
|
||||
<input type="hidden" name="prev_comment" value="<?php echo urlencode($comment); ?>" />
|
||||
<input type="text" name="comment" maxlength="60" size="30" value="<?php echo htmlspecialchars($comment); ?>" class="textfield" style="vertical-align: middle" onfocus="this.select()" />
|
||||
<input type="submit" name="submitcomment" value="<?php echo $strGo; ?>" style="vertical-align: middle" />
|
||||
</form>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user