[kronolith] day incorrect in FreeBusy page
Thierry Le Signor
thierry.le_signor at cirad.fr
Fri Oct 8 09:23:16 PDT 2004
Hello,
I think there is a little bug when passing the timestamp from the editevent
page to the editattendees page : the first one uses the 'date' keyword (file
edit.inc revision 1.105)
<!-- attendees -->
<?php
$attendees_url = Util::addParameter('', 'date', $timestamp);but the second
expects to find the 'timestamp' keyword (file kronolith/attendeescommon.php
revision 1.3 )
$timestamp = Util::getFormData('timestamp', time()); list($vfb_html,
$legend_html) = $attendee_view->render($timestamp); require
KRONOLITH_TEMPLATES . '/attendees/attendees.inc';
If you replace date by timestamp in edit.inc, the date is correct when you
open the attendees page.
Thierry
More information about the kronolith
mailing list