Clarify the code.

This commit is contained in:
Michal Čihař
2010-05-05 15:04:35 +02:00
parent 9b1f8556b9
commit 0a632379c6

View File

@@ -156,9 +156,11 @@ echo PMA_generate_common_hidden_inputs($form_params);
<fieldset> <fieldset>
<legend> <legend>
<?php <?php
echo (isset($_REQUEST['create_index']) if (isset($_REQUEST['create_index'])) {
? __('Create a new index') echo __('Create a new index');
: __('Modify an index'); } else {
echo __('Modify an index');
}
?> ?>
</legend> </legend>