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 19:56:23 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-25 19:56:23 +0400
commit04c2e88d6720991daa232174416d03e06fcb7b37 (patch)
tree6b90cff816e4d448b96dba95ff121dd26ee8d8de /examples/config.manyhosts.inc.php
parentd0522a779c2c8573e470fd867196570d62d96c8d (diff)
Change tables name from 'navigation' to 'navigationhiding'
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..3ab6572bcc 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]['navigationhiding'] = 'pma__navigationhiding';
}