News:

Wondering if this will always be free?  See why free is better.

Main Menu

Display() - calendar_events/end_timestamp

Started by JimmySeal, April 20, 2006, 10:59:06 AM

Previous topic - Next topic

JimmySeal

Hey, sorry if this has been covered elsewhere, but I was going through the 1.1 RC2 code and something in Display.php jumped out at me:

'start_date' => timeformat($startDate, $date_string),
'start_timestamp' => forum_time(true, $startDate),
'end_date' => timeformat($endDate, $date_string),
'end_timestamp' => forum_time(true, $startDate),


It appears that the last line would logically be:
            'end_timestamp' => forum_time(true, $endDate),

This has probably been mentioned before and if it is a bug, no doubt there's a mod for it already, but I just wanted to help.
:-[

Advertisement: