summaryrefslogtreecommitdiff
path: root/rhimport-wl
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2012-01-28 23:51:43 (GMT)
committerChristian Pointner <equinox@helsinki.at>2012-01-28 23:51:43 (GMT)
commit3c83cb3d9be4245f649a5befc3ba9b67e0e1953a (patch)
tree38ec06b4d0fe70904f1edaa5dfb073d944a1ba8c /rhimport-wl
parent6ed6ab99c109c621171a6833f2a78e2b6d74913e (diff)
fixed rhimport-wl
Diffstat (limited to 'rhimport-wl')
-rwxr-xr-xrhimport-wl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-wl b/rhimport-wl
index ddfc63e..115ffd4 100755
--- a/rhimport-wl
+++ b/rhimport-wl
@@ -42,7 +42,7 @@ my $DB = "rivendell";
my $STAT_FILE = $ENV{'HOME'} . "/rhimport-wl.stat";
my $RSS_URL = "http://www.radiowienerlied.at/rss/podcast.xml";
-my @PV_ID = '82';
+my $PV_ID = '82';
binmode(STDIN, ":utf8");
binmode(STDOUT, ":utf8");