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 /rhimport-mz | |
parent | 81bde812b7f49ff1660006192c83d6964cb349d2 (diff) |
fixed checkin
Diffstat (limited to 'rhimport-mz')
-rwxr-xr-x | rhimport-mz | 2 |
1 files changed, 1 insertions, 1 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"); |