diff options
-rwxr-xr-x | rhimport-mz | 2 | ||||
-rwxr-xr-x | rhimport-zfw | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rhimport-mz b/rhimport-mz index 3ad4786..60b91f3 100755 --- a/rhimport-mz +++ b/rhimport-mz @@ -44,7 +44,7 @@ my @STATIC_FILES = ($ENV{'HOME'} . "/frontex", $ENV{'HOME'} . "/maribor" ); my $STAT_FILE = $ENV{'HOME'} . "/rhimport-mz.stat"; my $ZF_NOTE_FILE = $ENV{'HOME'} . "/rhimport-zf.last_note"; my $ZF_NEW_FILE = $ENV{'HOME'} . "/rhimport-zf.is_new"; -my $PV_ID = '320'; +my $PV_ID = '352'; binmode(STDIN, ":utf8"); binmode(STDOUT, ":utf8"); diff --git a/rhimport-zfw b/rhimport-zfw index 012db4b..4501c7c 100755 --- a/rhimport-zfw +++ b/rhimport-zfw @@ -45,7 +45,7 @@ my $DB = "rivendell"; my $STAT_FILE = $ENV{'HOME'} . "/rhimport-zfw.stat"; my $RSS_URL = "http://cba.fro.at/seriesrss/2006?dev=true"; $XML::Feed::MULTIPLE_ENCLOSURES=1; -my $PV_ID = '320'; +my $PV_ID = '352'; binmode(STDIN, ":utf8"); binmode(STDOUT, ":utf8"); |