On Sat, Dec 23, 2006 at 09:53:54AM +0100, Thijs Kinkhorst wrote:
> tags 375308 -patch +moreinfo
> Hi,
> 
> > I suggest that the function (in includes/config.php) 
> > die_miserable_death($error) needs to be altered to echo
> > $error variable instead of nothing.
> > Thanks.
> 
> Thanks for your report. However, I do not understand it, as the
> die_miserable_death implementation as included in webcalendar *does*
> echo $error... can you provide more information about your problem?
Hi. Here is the function:
###
function die_miserable_death ( $error )
{
global $TROUBLE_URL;
  echo "<html><head><title>WebCalendar: Fatal Error</title></head>\n" .
    "<body><h2>WebCalendar Error</h2>\n" .
    "</body></html>\n";
  exit;
}
###

Now, don't you think that would be nice that this function actually echoes the
$error argument somewhere inside the <body>? ;-)

Cheers,


-- 
Fernando M. Maresca
- - - - - - - - - - - - -
Cel: 221 15 545 8196
Tel: 221 489 0466


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to