Added option in config.inc.php to set the default export method to quick, custom, or custom-no-form

This commit is contained in:
lorilee
2010-07-13 18:41:15 -07:00
parent ecb4cdc764
commit 4434b2c231
3 changed files with 3 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ $forms['Import_defaults'] = array('Import' => array(
'skip_queries'));
$forms['Export_defaults'] = array('Export' => array(
'format',
'method',
'compression',
'asfile',
'charset',