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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-30 23:27:38 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-02 18:33:57 +0300
commit545db4a44353e0ee70a1a93ea01dce4d5c4cad70 (patch)
tree8cc592657975caecc316941fac2442f732d03224 /examples
parent89b75b3a4e94fb33e427281dce12fe474c248291 (diff)
rfe #812 store export definitions for reuse
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'examples')
-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 9c8c79b4b1..6f7ecb66ad 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -49,4 +49,5 @@ foreach ($hosts as $host) {
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
+ $cfg['Servers'][$i]['exporttemplates'] = 'pma__exporttemplates';
}