From 3dfc50d600f94df62cd6aa27a6a6a8ce850a3f8d Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 14 Mar 2007 16:29:26 +0000 Subject: [PATCH] missing space in GUI message --- libraries/tbl_indexes.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/tbl_indexes.lib.php b/libraries/tbl_indexes.lib.php index 65d1be38d..a05e94fd3 100644 --- a/libraries/tbl_indexes.lib.php +++ b/libraries/tbl_indexes.lib.php @@ -107,7 +107,7 @@ function PMA_check_indexes($idx_collection) $first_column = current($while_index); $output .= '
'; - $output .= $GLOBALS['strIndexesSeemEqual']; + $output .= $GLOBALS['strIndexesSeemEqual'] . ' '; $output .= $each_index_name . ', ' . $first_column['Key_name']; $output .= '
';