Menu

#59 Logs - Fetching message by time of day bug

open
nobody
None
5
2012-11-15
2010-01-04
No

On the file AJAXChat.php (revision 40 as of now on the SVN repository, but present on any version of the chat) in the line 2225 it says "$condition .= ' AND dateTime > (...)".
This way it will not fetch and show any message wrote at the xx:00 hour of the day, but start showing only those from xx:01 onwards instead.

It needs to be >= instead of >

Discussion