tried some vdr enhancements

fixed urlfilter bug
This commit is contained in:
Maniacikarus
2008-08-06 22:38:17 +02:00
parent 4ef84d0583
commit 7438d80a0b
4 changed files with 15 additions and 3 deletions

View File

@@ -2556,7 +2556,7 @@ sub readblockcategories
@filtergroups = @categories;
foreach (@filtergroups) {
s/\//_SLASH_/g;
s/\//_/g;
tr/a-z/A-Z/;
$_ = "FILTER_".$_;
}