mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Was cropping first/last message - fixed now
This commit is contained in:
parent
b5477371e3
commit
1ec3c09b6b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user