From 0c6b822fea06a3d7c141748352d89755066974ee Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 20 Oct 2003 16:34:29 +0000 Subject: [PATCH] some fixes: - replaced the hardcoded /phpgroupware url with the webserver_url - register globals - some UI fixes, as in idots everything is centered --- phpgwapi/inc/class.xmlrpcmsg.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.xmlrpcmsg.inc.php b/phpgwapi/inc/class.xmlrpcmsg.inc.php index a6dcace472..f52458c399 100644 --- a/phpgwapi/inc/class.xmlrpcmsg.inc.php +++ b/phpgwapi/inc/class.xmlrpcmsg.inc.php @@ -130,7 +130,7 @@ $hdrfnd = 0; if ($this->debug) { - echo '
---GOT---' . "\n" . htmlspecialchars($data) . "\n" . '---END---' . "\n" . '
'; + echo '
---GOT---' . "\n" . htmlspecialchars($data) . "\n" . '---END---' . "\n" . '
'; } if ($data == '') { @@ -206,7 +206,7 @@ xml_parser_free($parser); if ($this->debug) { - echo '
---EVALING---['
+				echo '
---EVALING---['
 					. strlen($GLOBALS['_xh'][$parser]['st']) . ' chars]---' . "\n"
 					. htmlspecialchars($GLOBALS['_xh'][$parser]['st']) . ';' . "\n" . '---END---
'; }