diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 4ff1a0526c..aa54a0dd00 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -969,9 +969,10 @@ function PMA_getHtmlForCopytable() . 'value="' . htmlspecialchars($GLOBALS['table']) . '"/>
'; $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