From 1e7c368ae6678418ecb5a33916ac2d66928127af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 16 Jan 2008 02:16:28 +0000 Subject: [PATCH] Add Texy! export defaults. --- libraries/config.default.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/libraries/config.default.php b/libraries/config.default.php index adde83f29..8de958a42 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -1077,6 +1077,34 @@ $cfg['Export']['htmlword_columns'] = false; */ $cfg['Export']['htmlword_null'] = 'NULL'; +/** + * + * + * @global boolean $cfg['Export']['texy_structure'] + */ +$cfg['Export']['texy_structure'] = TRUE; + +/** + * + * + * @global boolean $cfg['Export']['texy_data'] + */ +$cfg['Export']['texy_data'] = TRUE; + +/** + * + * + * @global boolean $cfg['Export']['texy_columns'] + */ +$cfg['Export']['texy_columns'] = FALSE; + +/** + * + * + * @global string $cfg['Export']['texy_null'] + */ +$cfg['Export']['texy_null'] = 'NULL'; + /** * *