better default for Export "asfile"

This commit is contained in:
Marc Delisle
2009-11-03 13:10:44 +00:00
parent 099ac980f3
commit 07ec824278

View File

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