diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-05-27 13:43:52 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-05-27 13:43:52 (GMT) |
commit | 0882aec7d3eb8234306f69bf32cb361130dcbca6 (patch) | |
tree | 15e203343449467a7b0385ead8fabd76cc686fc0 | |
parent | 81bde812b7f49ff1660006192c83d6964cb349d2 (diff) |
fixed checkin
-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"); |