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:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-25 05:38:04 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-25 05:38:04 +0400
commit1ae59ad0630e149cd397f94aabcd0ad6ee881814 (patch)
tree9605dd77d091c4c070d5a435b98f1658939b5f18 /examples/config.manyhosts.inc.php
parentcb7c597e01296db774073b1154c85053e8dec5b4 (diff)
parent4f0f77390b67fac3ca8f2da7cd63605ee81ad9d8 (diff)
Merge branch 'hideTables' of github.com:kasunchathuranga/phpmyadmin into hideTables
Conflicts: libraries/navigation/Nodes/Node_Database.class.php libraries/relation.lib.php
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index 86992ae604..f5811a3307 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -47,5 +47,5 @@ foreach ($hosts as $host) {
$cfg['Servers'][$i]['recent'] = 'pma__recent';
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
- $cfg['Servers'][$i]['navigation'] = 'pma__navigation';
+ $cfg['Servers'][$i]['hidden_tables'] = 'pma__hidden_tables';
}