From 367842bdc7ed655fe1b5afe66b987ea761843f7b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 10 May 2008 19:43:11 +0000 Subject: [PATCH] improve variable name --- tbl_relation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {