diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-05-30 18:03:08 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-05-30 18:03:08 (GMT) |
commit | c277dadc1bf04891d9ee232c9b5cdfec592b4a5e (patch) | |
tree | adf6a77b5860734518f2bf44861fa561b7ae35db /rhimport-rs | |
parent | 3ac970550d5746056aae1e4d2731869e9a81d184 (diff) |
moved radio stimme from friday to saturday
Diffstat (limited to 'rhimport-rs')
-rwxr-xr-x | rhimport-rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-rs b/rhimport-rs index 03d98c1..49f9564 100755 --- a/rhimport-rs +++ b/rhimport-rs @@ -58,7 +58,7 @@ if($#ARGV >= 0 && $ARGV[0] eq 'last') { my $user = `/usr/bin/id -un`; $user =~ s/\n//; my $group = "radioStimm"; -my %week_table = ( 1 => 2, 2 => 5, 3 => 2, 4 => 5 ); +my %week_table = ( 1 => 2, 2 => 6, 3 => 2, 4 => 6 ); 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); |