diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-04-28 14:11:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-04-28 14:11:12 (GMT) |
commit | ddf6f5933f554e463b0195e6cb90da9b7f90f8e1 (patch) | |
tree | f3c88ffd500104a77f897c8b5652cd047f6f9637 /utils | |
parent | b264c811fcfd9e239aeae663cbcea33b07996de8 (diff) |
allow '(Wiederholung)' at title
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/rhrd-schedules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rhrd-schedules b/utils/rhrd-schedules index 95524ef..7346ac4 100755 --- a/utils/rhrd-schedules +++ b/utils/rhrd-schedules @@ -112,7 +112,7 @@ sub show__day $errcnt++; } else { my @weeks = split('', ${$show}{'RHYTHM'}); - if ($title ne ${$show}{'TITLE'}) { + if ($title ne ${$show}{'TITLE'} && ($title . " (Wiederholung)") ne ${$show}{'TITLE'}) { print "WARNING: title mismatch (PV: '$title' != RD: '" . ${$show}{'TITLE'} . "')\n"; $errcnt++; } elsif ($dow != ${$show}{'DOW'}) { |