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_search.php
parent004f4f5258a0820975e2da9fa02a6d3ba6622368 (diff)
parent0b0775fb28a3afe8dd48301518a730effd07b643 (diff)
Resolved conflicts after merge
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 28d4968383..17571a7cd7 100644
--- a/db_search.php
+++ b/db_search.php
@@ -306,7 +306,7 @@ $choices = array(
// 4th parameter set to true to add line breaks
// 5th parameter set to false to avoid htmlspecialchars() escaping in the label
// since we have some HTML in some labels
-echo PMA_display_html_radio('search_option', $choices, $search_option, true, false);
+echo PMA_getRadioFields('search_option', $choices, $search_option, true, false);
unset($choices);
?>
</td>