Added default for XML structure/data

This commit is contained in:
lorilee
2010-06-11 01:10:53 -04:00
parent a2b4b6b836
commit 56ee880bbf

View File

@@ -1650,6 +1650,12 @@ $cfg['Export']['sql_insert_syntax'] = 'both';
*/
$cfg['Export']['pdf_report_title'] = '';
/**
*
*
*@global string $cfg['Export']['xml_structure_or_data']
*/
$cfg['Export']['xml_structure_or_data'] = 'data';
/**
* Export schema for each structure
*