summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-03-30 15:32:10 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-03-30 15:32:10 +0000
commit0693cbbd82f182dedca795c0b2660ae08f4a0108 (patch)
treed753341343356c2e44bf450d24a7867a4030b066 /lib
parentc1488811918faf1f625348691e32182d957acc22 (diff)
downloadxxv-0693cbbd82f182dedca795c0b2660ae08f4a0108.tar.gz
xxv-0693cbbd82f182dedca795c0b2660ae08f4a0108.tar.bz2
XMLTV: adjust times depends daylight saving time
Diffstat (limited to 'lib')
-rw-r--r--lib/XXV/MODULES/XMLTV.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/XXV/MODULES/XMLTV.pm b/lib/XXV/MODULES/XMLTV.pm
index 0b4da11..9bc5b6a 100644
--- a/lib/XXV/MODULES/XMLTV.pm
+++ b/lib/XXV/MODULES/XMLTV.pm
@@ -259,7 +259,7 @@ sub _XMLTV {
if($rule->{updateinterval} eq 'd' && ($rule->{updated} + 86400) > $now ) {
lg sprintf("Skip import xml data by update interval : %s (%s) id %d",$rule->{Name},$rule->{channel},$rule->{id});
- #next;
+ next;
} elsif($rule->{updateinterval} eq 'w' && ($rule->{updated} + (86400 * 7)) > $now ) {
lg sprintf("Skip import xml data by update interval : %s (%s) id %d",$rule->{Name},$rule->{channel},$rule->{id});
next;