Skip to content
Snippets Groups Projects
Commit b0d5c72d authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4923 (Some databases may not work with the chat addon)

parent 89d8c339
No related branches found
No related tags found
No related merge requests found
......@@ -1198,7 +1198,7 @@ function chat_get_room_content($room_id, $_rooms, $max_messages = null, $derefer
if ($where != '') {
$where .= ' AND ';
}
$where .= 'member_id!=' . strval(get_member());
$where .= 'member_id<>' . strval(get_member());
}
if (!$return_system_messages) {
if ($where != '') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment