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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 != '') {