Align
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
cac2bc75b3
commit
91136ca8a6
@ -969,9 +969,10 @@ function PMA_getHtmlForCopytable()
|
||||
. 'value="' . htmlspecialchars($GLOBALS['table']) . '"/><br />';
|
||||
|
||||
$choices = array(
|
||||
'structure' => __('Structure only'),
|
||||
'data' => __('Structure and data'),
|
||||
'dataonly' => __('Data only'));
|
||||
'structure' => __('Structure only'),
|
||||
'data' => __('Structure and data'),
|
||||
'dataonly' => __('Data only')
|
||||
);
|
||||
|
||||
$html_output .= PMA_Util::getRadioFields(
|
||||
'what', $choices, 'data', true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user