diff options
author | Christian Pointner <equinox@helsinki.at> | 2012-01-28 23:54:05 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2012-01-28 23:54:05 (GMT) |
commit | 8cb03feb22e3ed81946caec9869d6268d83e3a8c (patch) | |
tree | 38ec06b4d0fe70904f1edaa5dfb073d944a1ba8c | |
parent | 191f57b88150650ea3193a3b49b713faa74b96ba (diff) | |
parent | 3c83cb3d9be4245f649a5befc3ba9b67e0e1953a (diff) |
merged fix for rhimport-wl to release branchrhimport-0.3.8
-rwxr-xr-x | rhimport-wl | 2 |
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"); |