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 /pmd_pdf.php
parentc31bfc25d3b602ee3eb447de5d1eeba5ff46a5b0 (diff)
Render HTML content in PMA_displayTableHeaders() function at once, in display_tbl.lib.php file
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 8aba3afe04..9d5b61806a 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 {
- PMA_display_html_radio('mode', $choices, $checked_choice = '', $line_break = true, $escape_label = false, $class = '');
+ echo PMA_display_html_radio('mode', $choices, $checked_choice = '', $line_break = true, $escape_label = false, $class = '');
}
echo '<br />';
echo '<label for="newpage">' . __('New page name: ') . '</label>';