From 5f1d0bb4b3388a231a16152dd798cd8d49c10bfc Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 28 Dec 2007 00:42:43 +0000 Subject: [PATCH] use PMA_generate_html_radio() --- tbl_operations.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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); +?>