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 /pmd_pdf.php
parent004f4f5258a0820975e2da9fa02a6d3ba6622368 (diff)
parent0b0775fb28a3afe8dd48301518a730effd07b643 (diff)
Resolved conflicts after merge
Diffstat (limited to 'pmd_pdf.php')
-rw-r--r--pmd_pdf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_pdf.php b/pmd_pdf.php
index 9d5b61806a..a8fba19b9d 100644
--- a/pmd_pdf.php
+++ b/pmd_pdf.php
@@ -123,7 +123,7 @@ if (1 == count($choices)) {
echo $choices['create_export'];
echo '<input type="hidden" name="mode" value="create_export" />';
} else {
- echo PMA_display_html_radio('mode', $choices, $checked_choice = '', $line_break = true, $escape_label = false, $class = '');
+ echo PMA_getRadioFields('mode', $choices, $checked_choice = '', $line_break = true, $escape_label = false, $class = '');
}
echo '<br />';
echo '<label for="newpage">' . __('New page name: ') . '</label>';