diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-05-27 14:01:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-05-27 14:01:46 (GMT) |
commit | d788567c0c7b163ea8d9507bf04dcfdc14c5246d (patch) | |
tree | 61ed4035c95a89ad8d7c8204153bc6c487f36c99 /rhimport-zfw | |
parent | 0882aec7d3eb8234306f69bf32cb361130dcbca6 (diff) |
fixed PV_ID and groupname for zfw
Diffstat (limited to 'rhimport-zfw')
-rwxr-xr-x | rhimport-zfw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhimport-zfw b/rhimport-zfw index 4501c7c..afc6cf5 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 = '352'; +my $PV_ID = '360'; binmode(STDIN, ":utf8"); binmode(STDOUT, ":utf8"); @@ -57,7 +57,7 @@ if($#ARGV >= 0 && $ARGV[0] eq 'last') { my $user = `/usr/bin/id -un`; $user =~ s/\n//; -my $group = "mahlzeitDi"; +my $group = "zipfmwla"; my $dbh = DBI->connect("DBI:mysql:$DB:$DBHOST","$DBUSER","$DBPW") or die "Database Error: $DBI::errstr"; my @allowed_dbs = rhimport::get_dropboxes($dbh, $user, $group); |