phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/inc class.xmltool.inc.php,1.1,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.xmltool.inc.php,1.1,1.2
Date: Tue, 01 Oct 2002 18:13:11 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv946

Modified Files:
        class.xmltool.inc.php 
Log Message:
set indentstring to '' for var2xml and to "\t" for the rest

Index: class.xmltool.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xmltool.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.xmltool.inc.php       24 Sep 2002 08:42:51 -0000      1.1
--- class.xmltool.inc.php       1 Oct 2002 22:13:09 -0000       1.2
***************
*** 3,6 ****
--- 3,7 ----
        {
                $doc = new xmltool();
+               $doc->indentstring = '';
                return $doc->import_var($name,$data,True,True);
        }
***************
*** 19,23 ****
                var $attributes = Array();
                var $comments = Array();
!               var $indentstring = "  ";
                
                /* start the class as either a root or a node */
--- 20,24 ----
                var $attributes = Array();
                var $comments = Array();
!               var $indentstring = "\t";
                
                /* start the class as either a root or a node */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]