From 38cde695e48d27a0d5e66e2274a62dd5f58afdc1 Mon Sep 17 00:00:00 2001 From: MymsMan Date: Thu, 2 Apr 2020 13:59:31 +0100 Subject: [PATCH] add -nocase option to epg dpftech method --- webif/lib/epg.class | 1 + 1 file changed, 1 insertion(+) 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" } } }