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-13 11:09:31 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-13 11:09:31 +0400
commitdd237eb9243dee3d2fcca7a65e338ab9938137c7 (patch)
tree37ec825430ac703ba28e9ad336f65a79d3aefc54 /tbl_select.php
parent40d0ada69bed5856d75d6b67bb3fc0a1e1df943c (diff)
parent74c2148917dc5d325c6656f2a4a5f15cd5f970aa (diff)
Resolve conflicts due to changes in method names of common.lib.php
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_select.php b/tbl_select.php
index 0b844e8113..22f3cc3817 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -89,7 +89,7 @@ $url_params = array();
$url_params['db'] = $db;
$url_params['table'] = $table;
-echo PMA_generate_html_tabs(PMA_tbl_getSubTabs(), $url_params, 'topmenu2');
+echo PMA_generateHtmlTabs(PMA_tbl_getSubTabs(), $url_params, 'topmenu2');
?>