mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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:
parent
9f450cb1a8
commit
0c6b822fea
@ -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>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user