Patch 1424030 from Esben

This commit is contained in:
Miles Lott 2006-02-04 14:33:40 +00:00
parent 04c44a735a
commit 9e47c6843e

View File

@ -93,7 +93,8 @@
else
{
$payload = "<?xml version=\"1.0\"?>\n" . $this->serializeDebug() . $r->serialize();
Header("Content-type: text/xml\r\nContent-length: " . strlen($payload));
header("Content-type: text/xml");
header("Content-length: " . strlen($payload));
echo $GLOBALS['egw']->translation->convert($payload,$GLOBALS['egw']->translation->charset(),'utf-8');
}