diff --git a/webif/lib/epg.class b/webif/lib/epg.class index 1f24856..39f8cce 100644 --- a/webif/lib/epg.class +++ b/webif/lib/epg.class @@ -485,6 +485,7 @@ proc {epg dbfetch} {mode args} { append q ") " } -param { lappend params $v } + -nocase { append q "collate nocase " } default { error "Invalid option, $arg" } } }