better default for Export "asfile"

This commit is contained in:
Marc Delisle
2009-11-03 13:10:44 +00:00
parent 6afa59946a
commit 8c2c7f0b99

View File

@@ -1079,7 +1079,7 @@ $cfg['Export']['compression'] = 'none';
* *
* @global boolean $cfg['Export']['asfile'] * @global boolean $cfg['Export']['asfile']
*/ */
$cfg['Export']['asfile'] = false; $cfg['Export']['asfile'] = true;
/** /**
* *