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:52:40 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-07-25 05:52:40 +0400
commitd0522a779c2c8573e470fd867196570d62d96c8d (patch)
tree1d24ea9c6b0b37ee11fc7775a9c8fc57191337de /examples
parent1ae59ad0630e149cd397f94aabcd0ad6ee881814 (diff)
Revert half done commit
Diffstat (limited to 'examples')
-rw-r--r--examples/config.manyhosts.inc.php2
-rw-r--r--examples/create_tables.sql4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index f5811a3307..86992ae604 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]['hidden_tables'] = 'pma__hidden_tables';
+ $cfg['Servers'][$i]['navigation'] = 'pma__navigation';
}
diff --git a/examples/create_tables.sql b/examples/create_tables.sql
index 6676bb835c..1e98d884fc 100644
--- a/examples/create_tables.sql
+++ b/examples/create_tables.sql
@@ -306,10 +306,10 @@ CREATE TABLE IF NOT EXISTS `pma__usergroups` (
-- --------------------------------------------------------
--
--- Table structure for table `pma__hidden_tables`
+-- Table structure for table `pma__navigation`
--
-CREATE TABLE IF NOT EXISTS `pma__hidden_tables` (
+CREATE TABLE IF NOT EXISTS `pma__navigation` (
`username` varchar(64) NOT NULL,
`item_name` varchar(64) NOT NULL,
`item_type` varchar(64) NOT NULL,