Add Texy! export defaults.

This commit is contained in:
Michal Čihař
2008-01-16 02:16:28 +00:00
parent 2ddcac3f82
commit 1e7c368ae6

View File

@@ -1077,6 +1077,34 @@ $cfg['Export']['htmlword_columns'] = false;
*/ */
$cfg['Export']['htmlword_null'] = 'NULL'; $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';
/** /**
* *
* *