Was cropping first/last message - fixed now

This commit is contained in:
moodler 2003-07-21 05:08:46 +00:00
parent b5477371e3
commit 1ec3c09b6b

View File

@ -49,8 +49,8 @@
"", "", true, "", navmenu($course, $cm));
if (!$messages = get_records_select("chat_messages", "chatid = $chat->id AND
timestamp > '$start' AND
timestamp < '$end'", "timestamp ASC")) {
timestamp >= '$start' AND
timestamp <= '$end'", "timestamp ASC")) {
print_heading(get_string("nomessages", "chat"));
} else {