some fixes:

- replaced the hardcoded /phpgroupware url with the webserver_url
- register globals
- some UI fixes, as in idots everything is centered
This commit is contained in:
Ralf Becker 2003-10-20 16:34:29 +00:00
parent 9f450cb1a8
commit 0c6b822fea

View File

@ -130,7 +130,7 @@
$hdrfnd = 0;
if ($this->debug)
{
echo '<PRE>---GOT---' . "\n" . htmlspecialchars($data) . "\n" . '---END---' . "\n" . '</PRE>';
echo '<PRE style="text-align: left;">---GOT---' . "\n" . htmlspecialchars($data) . "\n" . '---END---' . "\n" . '</PRE>';
}
if ($data == '')
{
@ -206,7 +206,7 @@
xml_parser_free($parser);
if ($this->debug)
{
echo '<PRE>---EVALING---['
echo '<PRE style="text-align: left;">---EVALING---['
. strlen($GLOBALS['_xh'][$parser]['st']) . ' chars]---' . "\n"
. htmlspecialchars($GLOBALS['_xh'][$parser]['st']) . ';' . "\n" . '---END---</PRE>';
}