summaryrefslogtreecommitdiff
path: root/rhimport-rs
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-05-30 18:03:08 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-05-30 18:03:08 (GMT)
commitc277dadc1bf04891d9ee232c9b5cdfec592b4a5e (patch)
treeadf6a77b5860734518f2bf44861fa561b7ae35db /rhimport-rs
parent3ac970550d5746056aae1e4d2731869e9a81d184 (diff)
moved radio stimme from friday to saturday
Diffstat (limited to 'rhimport-rs')
-rwxr-xr-xrhimport-rs2
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);