From 1e7c368ae6678418ecb5a33916ac2d66928127af Mon Sep 17 00:00:00 2001 From: =?utf8?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 adde83f296..8de958a42a 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -1080,6 +1080,34 @@ $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'; + +/** + * + * * @global boolean $cfg['Export']['xls_columns'] */ $cfg['Export']['xls_columns'] = false; -- 2.11.4.GIT