diff --git a/tbl_operations.php b/tbl_operations.php
index cce835c3a..3710f2f47 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -364,13 +364,14 @@ if (isset($auto_increment) && strlen($auto_increment) > 0
.
-
-
-
-
-
-
-
+ $strStrucOnly,
+ 'data' => $strStrucData,
+ 'dataonly' => $strDataOnly);
+ PMA_generate_html_radio('what', $choices, 'data', true);
+ unset($choices);
+?>