summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse_attr.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/xmlparse_attr.inc')
-rw-r--r--etc/inc/xmlparse_attr.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlparse_attr.inc b/etc/inc/xmlparse_attr.inc
index a024c20..ab90e98 100644
--- a/etc/inc/xmlparse_attr.inc
+++ b/etc/inc/xmlparse_attr.inc
@@ -190,7 +190,7 @@ function parse_xml_config_raw_attr($cffile, $rootobj, &$parsed_attributes, $isst
xml_set_element_handler($xml_parser, "startElement_attr", "endElement_attr");
xml_set_character_data_handler($xml_parser, "cData_attr");
- xml_parser_set_option($xml_parser,XML_OPTION_SKIP_WHITE, 1);
+ xml_parser_set_option($xml_parser, XML_OPTION_SKIP_WHITE, 1);
if (!($fp = fopen($cffile, "r"))) {
log_error(gettext("Error: could not open XML input") . "\n");
OpenPOWER on IntegriCloud