On Sat, December 23, 2006 23:04, Fernando M. Maresca wrote:
> 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>? ;-)Hmm, I indeed misread this. The Debian package specifically patches this function to change it (I was looking at the source package file); I'm quite unsure why. It should be investigated and possibly fixed indeed. Thijs

