diff --git a/webif/lib/epg.class b/webif/lib/epg.class index 5c9420f..a32f40e 100644 --- a/webif/lib/epg.class +++ b/webif/lib/epg.class @@ -482,7 +482,7 @@ proc {epg dbfetch} {mode args} { append q "and (e.start is null or (e.start > $stt and e.start < $ett) or (e.end > $stt and e.end < $ett) or - (e.start < $stt and e.end > $stt) + (e.start <= $stt and e.end >= $ett) ) " } -fav {