From e066ce777b05026929b7c2c88a84a577c06b3572 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 24 Feb 2008 13:09:36 +0000 Subject: [PATCH] since revision 11098 where the empty($primary) condition was replaced by $primary, the logic about DROP PRIMARY KEY needs to be reversed for correct creation/removal of primary keys --- tbl_structure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tbl_structure.php b/tbl_structure.php index c7f3ddb8d..763f5e7f5 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -358,8 +358,8 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { } else { echo "\n"; ?> - +