Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-08 20:49:40 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-08 20:49:40 +0400
commit004f4f5258a0820975e2da9fa02a6d3ba6622368 (patch)
treec4073e2cdc0f7782427845edb54e08d2332b3394 /db_operations.php
parentc31bfc25d3b602ee3eb447de5d1eeba5ff46a5b0 (diff)
Render HTML content in PMA_displayTableHeaders() function at once, in display_tbl.lib.php file
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_operations.php b/db_operations.php
index d76225f4cc..526e1ebba5 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -523,7 +523,7 @@ echo __('Remove database');
'structure' => __('Structure only'),
'data' => __('Structure and data'),
'dataonly' => __('Data only'));
- PMA_display_html_radio('what', $choices, 'data', true);
+ echo PMA_display_html_radio('what', $choices, 'data', true);
unset($choices);
?>
<input type="checkbox" name="create_database_before_copying" value="1"