diff --git a/ChangeLog b/ChangeLog index e7a3c6e11..f703c0fb1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-07-28 Michal Čihař + * tbl_properties_structure.php: Allow to create primary key when there was + none before (bug #996246). + 2004-07-27 Marc Delisle * libraries/sqlparser.lib.php /sqlparser.data.php: bug 981343, cannot copy a table with a timestamp (MySQL 4.1.2) diff --git a/tbl_properties_structure.php b/tbl_properties_structure.php index 48f865379..29f966278 100644 --- a/tbl_properties_structure.php +++ b/tbl_properties_structure.php @@ -311,8 +311,8 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { } else { echo "\n"; ?> - +