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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-02-23 17:52:48 +0400
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-02-23 17:52:48 +0400
commit8b84cf0d91669b4a359b2f20bb014a95d7b64013 (patch)
treec06a07397d770855df4eb869177b3371abc536d4 /examples/config.manyhosts.inc.php
parentb7f5acff6b5c7bcc61cea2808a0bedc0bc317aa5 (diff)
Feature #569 Load/Save Query By Example
Implement possibility to save/load/delete a QBE on a DB. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index b188aa8b86..bced1fca2c 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -47,4 +47,5 @@ foreach ($hosts as $host) {
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
+ $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
}