correct wrong link from table size to stats
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-07-18 Steve Alberty <staybyte@users.sourceforge.net>
|
||||
* db_details_structure.php3: correct wrong link from table size to stats
|
||||
|
||||
2002-07-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/sync_lang.sh: support for multiple convertors (recode added),
|
||||
thanks to Michal Cihar
|
||||
|
@@ -206,7 +206,7 @@ else if (PMA_MYSQL_INT_VERSION >= 32303) {
|
||||
?>
|
||||
<td align="right" bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap">
|
||||
|
||||
<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";
|
||||
|
Reference in New Issue
Block a user