mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-01 00:31:42 +01:00
fix: remove forgotten debug message
This commit is contained in:
parent
337fd31119
commit
116f97e59c
@ -166,7 +166,7 @@
|
|||||||
|
|
||||||
function import_var($name, $value,$is_root=False,$export_xml=False)
|
function import_var($name, $value,$is_root=False,$export_xml=False)
|
||||||
{
|
{
|
||||||
echo "<p>import_var: this->indentstring='$this->indentstring'</p>\n";
|
//echo "<p>import_var: this->indentstring='$this->indentstring'</p>\n";
|
||||||
$node =& new xmltool('node',$name,$this->indentstring);
|
$node =& new xmltool('node',$name,$this->indentstring);
|
||||||
switch (gettype($value))
|
switch (gettype($value))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user