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 22:27:59 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-08 22:27:59 +0400
commitdfc73d3494445ff9430e5d0b4f33f800c6e480e0 (patch)
treed8ee67b58cfcea6fe7d4365b79a25f14fafa5104 /db_operations.php
parent004f4f5258a0820975e2da9fa02a6d3ba6622368 (diff)
parent0b0775fb28a3afe8dd48301518a730effd07b643 (diff)
Resolved conflicts after merge
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 526e1ebba5..427a102ea0 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'));
- echo PMA_display_html_radio('what', $choices, 'data', true);
+ echo PMA_getRadioFields('what', $choices, 'data', true);
unset($choices);
?>
<input type="checkbox" name="create_database_before_copying" value="1"