From 653acc8444c9a37b91fda8940f5fa2a94586e42e Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 29 Jun 2015 15:14:04 +0530 Subject: [PATCH] Group changing collation of all column and collation changing Signed-off-by: Madhura Jayaratne --- libraries/operations.lib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 6f404d5763..9b938e3c48 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -990,13 +990,13 @@ function PMA_getTableOptionFieldset($comment, $tbl_collation, . ''; // Change all Column collations - $html_output .= '' + $html_output .= '' + . '' . '' - . '' - . ''; + . '' + . ''; if ($is_myisam_or_aria || $is_isam) { $html_output .= PMA_getHtmlForPackKeys($pack_keys);