summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-04-28 14:11:12 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2016-04-28 14:11:12 (GMT)
commitddf6f5933f554e463b0195e6cb90da9b7f90f8e1 (patch)
treef3c88ffd500104a77f897c8b5652cd047f6f9637
parentb264c811fcfd9e239aeae663cbcea33b07996de8 (diff)
allow '(Wiederholung)' at title
-rwxr-xr-xutils/rhrd-schedules2
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'}) {