From 116f97e59cbf68ea64a57abd46caa01859be1814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Sat, 19 May 2007 15:59:58 +0000 Subject: [PATCH] fix: remove forgotten debug message --- etemplate/inc/class.xmltool.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {