improve function names

This commit is contained in:
Marc Delisle
2009-06-07 11:09:13 +00:00
parent a422f9a129
commit 8480ffb665
14 changed files with 30 additions and 30 deletions

View File

@@ -526,7 +526,7 @@ if (! $tbl_is_view && ! $db_is_information_schema) {
'first' => $strAtBeginningOfTable,
'after' => sprintf($strAfter, '')
);
PMA_generate_html_radio('field_where', $choices, 'last', false);
PMA_display_html_radio('field_where', $choices, 'last', false);
echo $fieldOptions;
unset($fieldOptions, $choices);
?>