diff --git a/ChangeLog b/ChangeLog index 2de0113ee..8f83de90d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ $Source$ 2003-02-28 Michal Cihar * tbl_indexes.php3: Show SQL query after modifying/creating index (closes - #694800) + #694800), show structure after modifying index. 2003-02-28 Alexander M. Turek * Documentation.html: Fixed a typo. diff --git a/tbl_indexes.php3 b/tbl_indexes.php3 index 40f12a7f7..a3610fb99 100644 --- a/tbl_indexes.php3 +++ b/tbl_indexes.php3 @@ -228,7 +228,7 @@ if (!defined('PMA_IDX_INCLUDED') // To show the query: $sql_query = $local_query; - include('./tbl_properties.php3'); + include('./tbl_properties_structure.php3'); exit(); } // end builds the new index