From a5417a0ce7ebc603871360d0b391881280c8536d Mon Sep 17 00:00:00 2001 From: Crack Date: Thu, 19 Aug 2010 20:35:49 +0200 Subject: [PATCH] add custom-no-form to Export/method --- libraries/config.default.php | 2 +- libraries/config.values.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 0e45456d4..95b0e1a66 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -1073,7 +1073,7 @@ $cfg['Export'] = array(); $cfg['Export']['format'] = 'sql'; /** - * quick/custom + * quick/custom/custom-no-form * * @global string $cfg['Export']['format'] */ diff --git a/libraries/config.values.php b/libraries/config.values.php index 3fd7639b7..dea8a2337 100644 --- a/libraries/config.values.php +++ b/libraries/config.values.php @@ -98,7 +98,7 @@ $cfg_db['Export']['_sod_select'] = array( $cfg_db['Export']['method'] = array( 'quick' => __('Quick - display only the minimal options to configure'), 'custom' => __('Custom - display all possible options to configure'), - /*'custom-no-form'*/); + 'custom-no-form' => __('Custom - like above, but without the quick/custom choice')); $cfg_db['Export']['format'] = array('codegen', 'csv', 'excel', 'htmlexcel', 'htmlword', 'latex', 'ods', 'odt', 'pdf', 'sql', 'texytext', 'xls', 'xml', 'yaml');