missing space in GUI message

This commit is contained in:
Sebastian Mendel
2007-03-14 16:29:26 +00:00
parent 71d4904b71
commit 3dfc50d600

View File

@@ -107,7 +107,7 @@ function PMA_check_indexes($idx_collection)
$first_column = current($while_index);
$output .= '<div class="warning">';
$output .= $GLOBALS['strIndexesSeemEqual'];
$output .= $GLOBALS['strIndexesSeemEqual'] . ' ';
$output .= $each_index_name . ', ' . $first_column['Key_name'];
$output .= '</div>';