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:
authorMarc Delisle <marc@infomarc.info>2011-08-26 20:47:20 +0400
committerMarc Delisle <marc@infomarc.info>2011-08-26 20:47:20 +0400
commita06d689598baca6a29db3ea071d800cbf4182b6d (patch)
tree35eaf9fe41624e2e72f15a7f9d13683b01c80d08 /tbl_select.php
parent4915f2be232bc59ccb803abaae41ae80df260b56 (diff)
Avoid duplicate ids
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 abda39949a..f2eb2d7f3a 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -78,7 +78,7 @@ $url_params = array();
$url_params['db'] = $db;
$url_params['table'] = $table;
-echo PMA_generate_html_tabs(PMA_tbl_getSubTabs(), $url_params);
+echo PMA_generate_html_tabs(PMA_tbl_getSubTabs(), $url_params, '', 'topmenu2');
?>