[kronolith] typo in dayp.hp?
Anton Kornexl
Anton.Kornexl at uni-passau.de
Tue Feb 3 04:27:38 PST 2004
From: Steven Stern <sds-email-list at mindspring.com>
To: kronolith at lists.horde.org
Date sent: Fri, 30 Jan 2004 15:04:30 -0600
Subject: [kronolith] typo in dayp.hp?
> I'm getting this in my ssl_error_log from the calendar. It appears to be a
> type in day.php. Is there a fix for this or is my config somehow screwed up?
>
> [Wed Jan 28 14:14:56 2004] [error] [client 68.xx.xx.xx] File does not exist:
> /var/www/html/horde/kronolith/width=, referer:
> https://xxxxxx/horde/kronolith/day.php?timestamp=1075269600
>
see Bug 1310 in bugzilla:
in /horde/kronolith/templates/day/row.inc and row_half.inc
the line
<td width="1%" class="<?php echo $style ?>"><?php Horde::pimg('clear.gif', '',
'width="5" height="10"'); ?></td>
has wrong parameter sequence for Horde::pimg
correct:
<td width="1%" class="<?php echo $style ?>"><?php Horde::pimg('clear.gif',
'width="5" height="10"',''); ?></td>
--
Anton Kornexl
More information about the kronolith
mailing list