summaryrefslogtreecommitdiff
path: root/rhimport-rs
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-10 18:01:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-10 18:01:23 (GMT)
commitd804a7fa90fc101fba6a66d06faf6289d4ca9692 (patch)
tree134f48e72eb7dbe566ceb1accb7a66a7a8688581 /rhimport-rs
parentc5bda0a596d9f8c6e1b3767c1091b3e403ff99c8 (diff)
fixed call to get_rd_week
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 e528b5b..d0d7337 100755
--- a/rhimport-rs
+++ b/rhimport-rs
@@ -77,7 +77,7 @@ if(!$to_cart) {
exit 1;
}
-my $curweek = get_rd_week();
+my $curweek = rhimport::get_rd_week();
my $nextweek = $curweek == 4 ? 1 : $curweek + 1;
my @today = Date::Calc::Today();