phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.xmltool.inc.php,1.5,1.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.xmltool.inc.php,1.5,1.6
Date: Fri, 18 Oct 2002 20:37:25 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv28215

Modified Files:
        class.xmltool.inc.php 
Log Message:
added encoding to function export_xml

Index: class.xmltool.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.xmltool.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.xmltool.inc.php       3 Oct 2002 00:11:48 -0000       1.5
--- class.xmltool.inc.php       19 Oct 2002 00:37:23 -0000      1.6
***************
*** 447,451 ****
                        if ($this->node_type == 'root')
                        {
!                               $result = '<?xml 
version="'.$this->xmlversion.'"?>'."\n";
                                if(count($this->doctype) == 1)
                                {
--- 447,451 ----
                        if ($this->node_type == 'root')
                        {
!                               $result = '<?xml 
version="'.$this->xmlversion.'" encoding="' . lang('charset') . '"?>'."\n";
                                if(count($this->doctype) == 1)
                                {





reply via email to

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