diff --git a/etemplate/inc/class.xmltool.inc.php b/etemplate/inc/class.xmltool.inc.php index e653ac815f..c90ee21a39 100644 --- a/etemplate/inc/class.xmltool.inc.php +++ b/etemplate/inc/class.xmltool.inc.php @@ -166,7 +166,7 @@ function import_var($name, $value,$is_root=False,$export_xml=False) { - echo "

import_var: this->indentstring='$this->indentstring'

\n"; + //echo "

import_var: this->indentstring='$this->indentstring'

\n"; $node =& new xmltool('node',$name,$this->indentstring); switch (gettype($value)) {