Index: branches/5.1.x/core/editor/editor/filemanager/connectors/php/basexml.php =================================================================== diff -u -N -r13086 -r14241 --- branches/5.1.x/core/editor/editor/filemanager/connectors/php/basexml.php (.../basexml.php) (revision 13086) +++ branches/5.1.x/core/editor/editor/filemanager/connectors/php/basexml.php (.../basexml.php) (revision 14241) @@ -1,92 +1,92 @@ -' ; - - // Create the main "Connector" node. - echo '' ; - - // Add the current folder node. - echo '' ; - - $GLOBALS['HeaderSent'] = true ; -} - -function CreateXmlFooter() -{ - echo '' ; -} - -function SendError( $number, $text ) -{ - if ( isset( $GLOBALS['HeaderSent'] ) && $GLOBALS['HeaderSent'] ) - { - SendErrorNode( $number, $text ) ; - CreateXmlFooter() ; - } - else - { - SetXmlHeaders() ; - - // Create the XML document header - echo '' ; - - echo '' ; - - SendErrorNode( $number, $text ) ; - - echo '' ; - } - exit ; -} - -function SendErrorNode( $number, $text ) -{ - echo '' ; +' ; + + // Create the main "Connector" node. + echo '' ; + + // Add the current folder node. + echo '' ; + + $GLOBALS['HeaderSent'] = true ; +} + +function CreateXmlFooter() +{ + echo '' ; +} + +function SendError( $number, $text ) +{ + if ( isset( $GLOBALS['HeaderSent'] ) && $GLOBALS['HeaderSent'] ) + { + SendErrorNode( $number, $text ) ; + CreateXmlFooter() ; + } + else + { + SetXmlHeaders() ; + + // Create the XML document header + echo '' ; + + echo '' ; + + SendErrorNode( $number, $text ) ; + + echo '' ; + } + exit ; +} + +function SendErrorNode( $number, $text ) +{ + echo '' ; } \ No newline at end of file