bug #3305517 [config] Config for export compression not used
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- bug #3303869 [interface] Unnecessary scrolling on Databases page
|
||||
- patch #3303813 [setup] Define a label that was missing
|
||||
- bug #3305606 [interface] Show all button wraps on privileges page
|
||||
- bug #3305517 [config] Config for export compression not used
|
||||
|
||||
3.4.1.0 (2011-05-20)
|
||||
- bug #3301108 [interface] Synchronize and already configured host
|
||||
|
@@ -296,7 +296,9 @@ if(isset($_GET['sql_query'])) {
|
||||
?>
|
||||
<?php
|
||||
if(isset($_GET['compression'])) {
|
||||
$selected_compression = $_GET['compression'];
|
||||
$selected_compression = $_GET['compression'];
|
||||
} elseif (isset($cfg['Export']['compression'])) {
|
||||
$selected_compression = $cfg['Export']['compression'];
|
||||
} else {
|
||||
$selected_compression = "none";
|
||||
}
|
||||
|
Reference in New Issue
Block a user