correct wrong link from table size to stats

This commit is contained in:
Steve Alberty
2002-07-18 14:16:58 +00:00
parent 947de9c9ee
commit ec0a0e3a48
2 changed files with 4 additions and 1 deletions

View File

@@ -206,7 +206,7 @@ else if (PMA_MYSQL_INT_VERSION >= 32303) {
?>
<td align="right" bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap">
&nbsp;&nbsp;
<a href="tbl_properties.php3?<?php echo $tbl_url_query; ?>#showusage"><?php echo $formated_size . ' ' . $unit; ?></a>
<a href="tbl_properties_structure.php3?<?php echo $tbl_url_query; ?>#showusage"><?php echo $formated_size . ' ' . $unit; ?></a>
</td>
<?php
echo "\n";