add -nocase option to epg dpftech method

This commit is contained in:
Bob Buxton 2020-04-02 13:59:31 +01:00 committed by HummyPkg
parent 3080f9786d
commit 38cde695e4
1 changed files with 1 additions and 0 deletions

View File

@ -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" }
}
}