improve function names
This commit is contained in:
@@ -304,7 +304,7 @@ while (list($operator) = each($GLOBALS['cfg']['UnaryOperators'])) {
|
||||
'ASC' => $strAscending,
|
||||
'DESC' => $strDescending
|
||||
);
|
||||
PMA_generate_html_radio('order', $choices, 'ASC', false, true, "formelement");
|
||||
PMA_display_html_radio('order', $choices, 'ASC', false, true, "formelement");
|
||||
unset($choices);
|
||||
?>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user