From c4ecddb5a2df58f26675f0162d8f2335b71bfbd5 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Mon, 4 Jul 2011 12:31:14 +0100 Subject: [PATCH] Fix for bug #3353649 - "Create an index on X columns" form not validated --- ChangeLog | 1 + tbl_structure.php | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6bdeb8c25..459bd1f05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog - bug #3323101 [parser] Invalid escape sequence in SQL parser - bug #3348995 [config] $cfg['Export']['asfile'] set to false does not select asText option - bug #3340151 [export] Working SQL query exports error page +- bug #3353649 [interface] "Create an index on X columns" form not validated 3.4.3.1 (2011-07-02) - [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 diff --git a/tbl_structure.php b/tbl_structure.php index 7d380b419..4c0b1856b 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -680,7 +680,7 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) { ?>
', 1)">
@@ -689,11 +689,7 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) { echo sprintf(__('Create an index on  %s columns'), ''); ?> - +