improve function names
This commit is contained in:
@@ -1948,7 +1948,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
|
||||
'1' => $GLOBALS['strChangeCopyModeJustDelete'],
|
||||
'2' => $GLOBALS['strChangeCopyModeRevoke'],
|
||||
'3' => $GLOBALS['strChangeCopyModeDeleteAndReload']);
|
||||
PMA_generate_html_radio('mode', $choices, '4', true);
|
||||
PMA_display_html_radio('mode', $choices, '4', true);
|
||||
unset($choices);
|
||||
|
||||
echo ' </fieldset>' . "\n"
|
||||
@@ -1986,7 +1986,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
|
||||
// 4th parameter set to true to add line breaks
|
||||
// 5th parameter set to false to avoid htmlspecialchars() escaping in the label
|
||||
// since we have some HTML in some labels
|
||||
PMA_generate_html_radio('createdb', $choices, $default_choice, true, false);
|
||||
PMA_display_html_radio('createdb', $choices, $default_choice, true, false);
|
||||
unset($choices);
|
||||
unset($default_choice);
|
||||
|
||||
|
Reference in New Issue
Block a user