Mistake in patch! :(
Conor Kerr
conor@dev.ceon.net
Wed, 23 Jan 2002 18:02:23 GMT
Hi,
Sorry in my rush to send the patch I made a last minute modification
which resulted in an error. :(
In the lines..
<?php if ($browser->isBrowser('mozilla') && $browser->getMajor() > 4) : ?>
..which are part of the message_summaries.inc file and the javascript.inc
file the..
$browser->getMajor() > 4
..should have been..
$browser->getMajor() == 4
I'm sorry about that.
I wish I could send attachments to this list then I could send the
proper files. :(
All the best...
Conor