Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-04-29 19:19:43 +05:30
parent cac2bc75b3
commit 91136ca8a6

View File

@ -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