diff options
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); |