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 /config.sample.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 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 83fe50cb96..2b3024d12d 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -60,6 +60,7 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
// $cfg['Servers'][$i]['users'] = 'pma__users';
// $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
// $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
+// $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
/* Contrib / Swekey authentication */
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
@@ -145,7 +146,7 @@ $cfg['SaveDir'] = '';
/**
* Should error reporting be enabled for JavaScript errors
*
- * default = 'ask'
+ * default = 'ask'
*/
//$cfg['SendErrorReports'] = 'ask';