diff --git a/tbl_relation.php b/tbl_relation.php index 800db2e40..d0b66e1ab 100644 --- a/tbl_relation.php +++ b/tbl_relation.php @@ -55,11 +55,11 @@ $options_array = array( * * @access public */ -function PMA_generate_dropdown($dropdown_question, $radio_name, $choices, $selected_value) +function PMA_generate_dropdown($dropdown_question, $select_name, $choices, $selected_value) { echo htmlspecialchars($dropdown_question) . '  '; - echo '' . "\n"; echo '' . "\n"; foreach ($choices as $one_value => $one_label) {