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:
authorMarc Delisle <marc@infomarc.info>2014-01-15 17:39:42 +0400
committerMarc Delisle <marc@infomarc.info>2014-01-15 17:39:42 +0400
commit144e00e5da92712336cb7d1370ffe830ffe5c58f (patch)
tree7b783b20088df6247fab80062ff3e81f25777823 /libraries/config.values.php
parent77d8cedf058a0fde9c5497e510d45f3e308e46bd (diff)
bug #4221 Bzip2 export cannot be directly imported (so withdraw bz2 export)
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'libraries/config.values.php')
-rw-r--r--libraries/config.values.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/config.values.php b/libraries/config.values.php
index 0c40c7995c..33d6361d8f 100644
--- a/libraries/config.values.php
+++ b/libraries/config.values.php
@@ -159,7 +159,7 @@ $cfg_db['Export']['format'] = array(
'codegen', 'csv', 'excel', 'htmlexcel','htmlword', 'latex', 'ods',
'odt', 'pdf', 'sql', 'texytext', 'xls', 'xml', 'yaml'
);
-$cfg_db['Export']['compression'] = array('none', 'zip', 'gzip', 'bzip2');
+$cfg_db['Export']['compression'] = array('none', 'zip', 'gzip');
$cfg_db['Export']['charset'] = array_merge(
array(''),
$GLOBALS['cfg']['AvailableCharsets']