From 0f96d078fdd2ac9918099574c3b2372def4b8296 Mon Sep 17 00:00:00 2001 From: lorilee Date: Fri, 11 Jun 2010 01:10:53 -0400 Subject: [PATCH] Added default for XML structure/data --- libraries/config.default.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/config.default.php b/libraries/config.default.php index 836d2976b..34af11161 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -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 *